https://issues.apache.org/bugzilla/show_bug.cgi?id=44975
--- Comment #11 from Michael Chen <[EMAIL PROTECTED]> 2008-11-19 10:43:17 PST --- (In reply to comment #8) > mod_deflate has a memory leak in 2.0.x. This is fixed since 2.2.4 but was not > backported to 2.0.x. Please use 2.2.x if you experience this problem. I don't think this issue is related to mod_deflate. If I use ab instead abs and run the following test 10 times: ab -n 100000 -c 149 http://localhost:80/ The memory consumed by Apache will grow from 10,064KB and then is stablized to around 30,904KB. It means that it only happens on https which might be related to mod_ssl... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
