Re: [users@httpd] httpd memory usage

2022-04-04 Thread Paul Gregory
Thanks Frank. I was looking at that.   I'm running "make test" on php 7.4.28 now.   I was on 7.4.25. I'll take a look at php-fpm. Regards, Paul On 4/4/22 10:14 AM, Frank Gingras wrote: The culprit is mod_php here (php7_module). I highly recommend unloading that module, and using php-fpm to

Re: [users@httpd] httpd memory usage

2022-04-04 Thread Frank Gingras
The culprit is mod_php here (php7_module). I highly recommend unloading that module, and using php-fpm to serve your php content: https://cwiki.apache.org/confluence/display/HTTPD/PHP-FPM On Mon, 4 Apr 2022 at 09:50, Paul Gregory wrote: > Sure thing. Here it is. > > # ./apachectl -M > Loaded

Re: [users@httpd] httpd memory usage

2022-04-04 Thread Paul Gregory
Sure thing.  Here it is. # ./apachectl -M Loaded Modules:  core_module (static)  so_module (static)  http_module (static)  mpm_event_module (static)  authn_file_module (shared)  authn_core_module (shared)  authz_host_module (shared)  authz_groupfile_module (shared)  authz_user_module (shared)  au

Re: [users@httpd] httpd memory usage

2022-04-04 Thread Frank Gingras
The output from apachectl -M would help. On Mon, 4 Apr 2022 at 08:18, Paul Gregory wrote: > Hello, > httpd is eating my server memory. 12GB of installed memory. > I've read a lot of info on memory tuning, but can't seem to make it use > less than shown below. > > Thanks for any and all help, >