php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4652 High load
Submitted: 2000-05-28 15:38 UTC Modified: 2000-07-24 09:01 UTC
From: tg at linuxmafia dot org Assigned:
Status: Closed Package: Performance problem
PHP Version: 4.0.0 Release OS: Linux 2.2.15 SL7
Private report: No CVE-ID: None
 [2000-05-28 15:38 UTC] tg at linuxmafia dot org
Standard type install nothing fancy with-mysql with-apxs.  After about 2 hours of apache seems to go ape and the load on the machine goes up to 30+.  I switched back to the last RC and it runs fine but with 4.0.0 this happens the only thing I can do is restart the web server. You can email me if you want more information or want to take a look at the box.  I haven't seen any other posts about this yet but doubt it is the box I have followed 4 through development and this is the fist issue I have had. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-31 14:53 UTC] stas at cvs dot php dot net
You probably need more memory or set MaxClients in your apache lower.
See process size of your httpd and see how many clients of this size your memory can fit.
Load spikes are sign of thrashing because of memory exhaustion.
 [2000-07-24 09:01 UTC] stas@php.net
no feedback
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 16:01:29 2024 UTC