I'm getting a 20MB memory leak when I refresh my browser (FF, IE,
Chrome) against a cherrypy service running behind apache:
SetEnv proxy-nokeepalive 1
ProxyPass
http://localhost:8080/services
ProxyPassReverse
http://localhost:8080/services
I don't get the memory leak when running locally on my dev machine
(without apache).
Is there anything obvious to look for? I tried removing the proxy-
nokeepalive but it made no difference
thanks