Re: [users@httpd] httpd processes are too many created from Apache 2.2.31 on Linux Server.

2018-01-13 Thread Daniel
You cant switch from prefork to something else until you get rid of mod_php, which is not thread-safe, so if you switch to worker chances are you might have other issues. Worth checking "ulimit -u" but it seems your problem is hitting memory limit like the kernel messages say. I would think it is

Re: [users@httpd] httpd processes are too many created from Apache 2.2.31 on Linux Server.

2018-01-11 Thread Eric Covener
On Wed, Jan 10, 2018 at 11:14 PM, 갈준영 wrote: > Hello. > > I'm using Apache 2.2.31 on Linux Server. > > I've faced an issue that Memory Utilization is over 80% on Linux Server. > > When I checked /var/log/messages on Linux Server, I found out that httpd > processes were too many created on Linux se

[users@httpd] httpd processes are too many created from Apache 2.2.31 on Linux Server.

2018-01-10 Thread 갈준영
Hello. I'm using Apache 2.2.31 on Linux Server. I've faced an issue that Memory Utilization is over 80% on Linux Server. When I checked /var/log/messages on Linux Server, I found out that httpd processes were too many created on Linux server. Jan 6 18:39:00 kernel: [621588.393289] Out of memo