I am using httpd with mod jk 1.2.28 on RHEL5. Behind httpd, I do have tomcat running. Connection from httpd to tomcat is made via ajp connector using modjk. I am just load testing the httpd - Using JMeter, when I create 2000 users in 120 seconds from two different JVMs simultaneously, the httpd memory usage goes high and when all the connections are released slowly, the httpd memory release is very slow. Sometime I do need to restart httpd process. When I restart httpd, memory usage immediately goes down. What should I do to speed up httpd memory release without restarting httpd process ? Is there any attribute for achieving this in workers.properties and httpd.conf ?
Please provide some help.
Thanks in advance :)