Hello Team, The virtual memory usage of the Apache communication process increased endlessly when there was a large amount of HTTP communication under the following conditions: * Windows OS * Enable mod_proxy to use Apache 2.4.46 as a proxy server. * Settings so that KeepAlive does not occur for HTTP communication between the proxy server and the web server. * MaxConnectionsPerChild is unspecified. In the above state, mod_proxy gains space for the connection IP of the web server each time it makes a TCP/IP connection without releasing it. In respect to the virtual memory increase in the communication process, is the following action correct and is the intended action according to the Apache 2.4.46 program? * Restart the communication process by tuning MaxConnectionsPerChild. * Along with the above, set Keep-Alive to an appropriate value.
--- Thanks & Regards Shigeharu Yamamoto --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org