Ticket #3 (closed Bugs: fixed)

Opened 8 years ago

Last modified 8 months ago

CPU throttled to the limit with version .0.0.3

Reported by: afrosheenix Assigned to: nobody
Priority: minor Milestone:
Component: Web interface Version: 1.10.006
Keywords: Cc:
Confirmation: SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

Had a weird problem after upgrading to the .0.0.3
version recently. My server started eating cpu time
like mad and when I checked top, 90% of cpu was going
to userspace programs. The only program jumping up and
down in the top list was op_server.pl. It kept tying up
the cpu for some unknown reason. It can't be killed
without respawning itself, or it was segfaulting and
restarting itself in a loop. Removing .3 and
reinstalling .2 fixed the problem immediately. 

Change History

11/09/04 15:18:05 changed by rcourtna

Logged In: YES 
user_id=1019629

Can you please check /var/www/html/panel/op_server.cfg

In this file, ensure that poll_interval=120 (not
poll_interval=10).

If the problem persistes, please paste the contents of
op_server.cfg.

thanks

PS: if you killall -9 safe_opserver , then op_server.pl will
not respawn.



11/09/04 18:36:13 changed by afrosheenix

Logged In: YES 
user_id=1150119

Sure enough, the poll interval was 10 instead of 120. I'll try 
setting it to 120 and testing 3 again.  

01/06/05 09:29:38 changed by rcourtna

  • status changed from assigned to closed.
Logged In: YES 
user_id=1019629

no response

09/25/11 14:21:03 changed by tm1000

  • resolution changed from Out of Date to fixed.

(In [12706]) Adds Priority=1 and fixes #3