Posts: 2,262
Threads: 260
Joined: Mar 2009
Reputation:
0
How many cores and what processor is it?
Posts: 278
Threads: 66
Joined: Jul 2009
Reputation:
0
4x2.4GHz (Intel Quad-core 2.4GHz)
0.3x and earlier version worked perfectly
Posts: 278
Threads: 66
Joined: Jul 2009
Reputation:
0
I did not change code when I released to 0.3z
I use the same code as the 0.3x
Posts: 1,180
Threads: 55
Joined: Apr 2005
Reputation:
0
The SA-MP server doesn't start itself. Do you have some script starting it?
Posts: 1,023
Threads: 50
Joined: Mar 2007
Reputation:
0
Since 0.3z, I also get small amounts of lag, but on a much smaller size server (35 max players).
samp03svr has 5 processes in 'htop', although only two of them generate any sort of meaningful CPUTIME between them.
Not sure, does lag compensation greatly increase potential lag or give a lot of extra CPU load compared to previous versions?
Posts: 99
Threads: 17
Joined: Aug 2013
Reputation:
0
Well, I got lag too on my Linux based host which wasnt there when I had 0.3x.
Note:
its a 6 core CPU and maximum players are 500.
Guest4390857394857
Unregistered
Quote:
Originally Posted by ATomas
I starting server manually using the web administration (no auto start after crash)
Код:
exec("pkill samp03svr");
exec("cd /7777; ./samp03svr > /dev/null &");
|
above works!