SA-MP Forums Archive
Excessive CPU Usage - 101.8% - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Excessive CPU Usage - 101.8% (/showthread.php?tid=373722)



Excessive CPU Usage - 101.8% - VIP475 - 31.08.2012

Restarted (Excessive CPU Usage - 101.8%)


System


Internal


6:14pm, August 31st/2012


Does anyone know how to fix it? Normally it's like 4% of CPU Usage,but like 1 time per 2 hours jumps to 101+ and server restarts automatically.

/

Nevermind,it was because of the filterscript.


Re: Excessive CPU Usage - 101.8% - denom - 01.09.2012

I Just like You But Mine Is 200% And up And Up I Notice That My Samp Server Eats A Lot Of Cpu


Re: Excessive CPU Usage - 101.8% - Riddy - 01.09.2012

Quote:
Originally Posted by denom
View Post
I Just like You But Mine Is 200% And up And Up I Notice That My Samp Server Eats A Lot Of Cpu
Not SA-MP itself, check your script, it may have leaks, too many timers which can make the CPU hit 100%


Re: Excessive CPU Usage - 101.8% - VIP475 - 12.10.2012

Quote:
Originally Posted by Riddy
View Post
Not SA-MP itself, check your script, it may have leaks, too many timers which can make the CPU hit 100%
It might be,anything else?


Re: Excessive CPU Usage - 101.8% - Maki187 - 12.10.2012

That usualy happen when you forgot to put return 1; on the ond of timer or onplayerupdate, or you jsut have too many timers per player.