One thing to consider as a workaround to this is to use php5-fpm for
per-user PHP, running a daemon per user. This has the additional benefit
of being able to limit each user's memory usage individually. You can
then switch to apache worker, which I'm sure does not have this issue.
This should also be quite a bit more memory efficient as static files
will be served from the apache threads rather than all 1000+ processes.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1028470

Title:
  apache2+ssl hangs on high load

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1028470/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to