How to handle memory increase when using mod_proxy module(included in apache 2.4.46)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx





[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux