Project

General

Profile

Actions

Bug #1124

closed

1776 still seems to be leaking memory in reverse proxy mode

Added by Anonymous almost 18 years ago. Updated over 16 years ago.

Status:
Invalid
Priority:
Normal
Category:
mod_proxy_backend_http
Target version:
-
ASK QUESTIONS IN Forums:

Description

Platform Centos 4.4/x86-64, lighty compiled from svn trunk

Backend, nginx (listening on 127.0.0.1:80) serving a 50M file generated via crfile (from autobench)
http://www.xenoclast.org/autobench/

lighty r1776 from svn trunk configured as rproxy to this nginx


server.max-keep-alive-requests = 10
server.max-keep-alive-idle = 5
server.max-read-idle = 60
server.max-write-idle = 360
server.event-handler = "linux-sysepoll" 
server.network-backend  = "linux-sendfile" 
server.max-fds = 16384
server.modules  += ( "mod_proxy_backend_http" )
$HTTP["url"] =~ "^/" {
    proxy-core.balancer = "sqf" 
    proxy-core.protocol = "http" 
    proxy-core.backends = ( "127.0.0.1:80" )
    proxy-core.max-pool-size = 32
}

Before curl


21768 pts/3    Sl+    0:00      0   192 60067 1428  0.1 ./sbin/lighttpd -D -f ./proxy.conf

After curl -o /dev/null http://ip.add.re.ss/50M


21768 pts/3    Sl+    0:00      0   192 63451 4996  0.4 ./sbin/lighttpd -D -f ./proxy.conf

-- yusufg


Files

lighttpd.21844 (10.5 KB) lighttpd.21844 output from valgrind --leak-check=yes --show-reachable=yes -- yusufg Anonymous, 2007-04-16 15:29
Actions #1

Updated by jan almost 18 years ago

  • Status changed from New to Assigned
Actions #2

Updated by jan almost 18 years ago

  • Status changed from Assigned to Fixed
  • Resolution set to invalid

All you see here is the increase of the initialized caches.

Actions #3

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom