Re: [users@httpd] Apache memory usage

2020-06-19 Thread Danny Mallory
mods enabled: access_compat.load authz_groupfile.load dir.load mpm_event.conf proxy.load ssl.conf alias.conf authz_host.load env.load mpm_event.load remoteip.load ssl.load alias.load authz_user.load filter.load negotiation.conf reqtimeou

Re: [users@httpd] Apache memory usage

2020-06-19 Thread Danny Mallory
I do not have that installed but will definitely look into it as it may have a similar effect on what I found. The problem I found (well kind of) is that there is some unknown memory leak. Was looking at another thread where it stated if there is a memory leak in one of the modules and MaxConnecti

Re: [users@httpd] Apache memory usage

2020-06-19 Thread Yann Ylavic
On Fri, Jun 19, 2020 at 4:20 PM Yann Ylavic wrote: > > On Thu, Jun 18, 2020 at 8:03 PM Danny Mallory wrote: > > > > Anyone here know a good way to tell what Apache may be chewing up memory on? > > Do you have MaxMemFree configured already > (https://httpd.apache.org/docs/2.4/mod/mpm_common.html#m

Re: [users@httpd] Apache memory usage

2020-06-19 Thread Yann Ylavic
On Thu, Jun 18, 2020 at 8:03 PM Danny Mallory wrote: > > Anyone here know a good way to tell what Apache may be chewing up memory on? Do you have MaxMemFree configured already (https://httpd.apache.org/docs/2.4/mod/mpm_common.html#maxmemfree)? If not, does "MaxMemFree 2048" (for instance) help?

[users@httpd] Apache memory usage

2020-06-18 Thread Danny Mallory
Anyone here know a good way to tell what Apache may be chewing up memory on? I have Apache running purely as a reverse proxy (not hosting anything), timeouts configured everywhere and good cleanup on threads, scoreboard staying clean, but after a clean restart it will slowly climb and climb throu