AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   var and sv problems on 9900k (https://forums.alliedmods.net/showthread.php?t=319662)

Sincronic 11-13-2019 13:33

var and sv problems on 9900k
 
Hello guys !!

Today I had the bad luck to observe a problem.
My machine is a 9900k overclock at 5.0 GHz, m2 ssd, 32GB DDR4 3000Mhz runing with Ubuntu 19.10 (GNU/Linux 5.3.0-22-generic x86_64)

Today one of my server where they were 22 players, var and sv was on yellow-red. The high var and sv are starting from ~12 players. All my server are runing 128 tickrate.
This has never happened! Even if they were 34 players. I haven't changed anything in my server.cfg, neither at overclock plan. I think the problem it is from the last 7 days, when there war like 12 players i saw a little spikes at var.

So guys, do u have problems in the last days ?

And here is my server.cfg

EDIT: I forgot to say that in the last days i updated my servers from valve and update my ubuntu to the last update.. maybe from ubuntu kernel is the problem ?


Code:

// 128 tick
sv_maxrate "0"
sv_minrate "196608"
sv_mincmdrate "128"
sv_minupdaterate "128"


//HOST NAME
host_name_store 1
host_info_show 2
host_players_show 2
sv_lan 0
sv_cheats 0

//HOST ONLINE
sv_hibernate_ms "0"
sv_hibernate_ms_vgui "0"
sv_hibernate_when_empty 0

//MULTICORE

sv_parallel_sendsnapshot 1
sv_parallel_packentities 1
sv_occlude_players 0

//Setari Pentru Accelerator Download

sv_downloadurl "http://eleague.ro/fastdl/arena"
sv_allowdownload "1"

// Server Settings

sv_cheats 0
sv_lan 0
sv_visiblemaxplayers 50
sv_pure 0

// Death Reply
tv_enable 1
spec_replay_enable 1
spec_replay_bot 1

// Server TAGS

sv_tags "arena,gloves, glove, !glove, !glovessteam,gamma2,gammacase2,!ws,!knife,expert,1vs1,1v1,competitive,top5,128tick,premi,steam,non,non-steam,nonsteam,nosteam,deathmatch,arms,phoenix,sourcebans,deal,bravo,dm,vanguard,free,hlxstats,stats,casual,respawn,surf,eu,europe,us,usa,csgo,states,dust,dust2,romania,ro,romanian,poland,ukraine,russia,russian,biceps,sex,best,top,professional"


Neuro Toxin 11-14-2019 14:30

Re: var and sv problems on 9900k
 
How many servers are running on the box?

Do you maybe need to update your kernel again after your OS update?

Sincronic 11-16-2019 20:16

Re: var and sv problems on 9900k
 
I have just 7 servers. I opened just one and with my processor at 4.7 Ghz when i had on arena server 16 players, var and sv goes on yellow-red and my core cpu load was like 46-58% for that server. Something is not right. Srdcs is taking to much from the cpu.

I made an update to xanmode kernel with tuned and same results.

ThePwnt 11-17-2019 03:09

Re: var and sv problems on 9900k
 
Quote:

Originally Posted by Sincronic (Post 2673176)
I have just 7 servers. I opened just one and with my processor at 4.7 Ghz when i had on arena server 16 players, var and sv goes on yellow-red and my core cpu load was like 46-58% for that server. Something is not right. Srdcs is taking to much from the cpu.

I made an update to xanmode kernel with tuned and same results.

7 CSGO Servers, with 16 slots?

Hmmm. I'm using i9-9900K & Ryzen 7 3700X.

I don't have any problems with var hit yellow.

I'm using LLY config (kernel) = LowLatency, which should make: Stable FPS/Tickrate and High Performance.

Sincronic 11-17-2019 06:56

Re: var and sv problems on 9900k
 
Yes, the server is a 32 slots 128 tickrate. I had some retakes servers with 11 slots. But this it does not matter because when the server riched around 16 players is starting var and sv to go on yellow. and the rest on the servers are like 8-10 players. And sometimes at the servers with 8-10 players starts to

The server worked very good with no tuned, with ubuntu kernel and performance plan. But now is not working with anything.

Here is a pick with 11 players, retake server. var and sv on yellow-red
https://ibb.co/P42XSB6

ThePwnt 11-17-2019 07:01

Re: var and sv problems on 9900k
 
Quote:

Originally Posted by Sincronic (Post 2673230)
Yes, the server is a 32 slots 128 tickrate. I had some retakes servers with 11 slots. But this it does not matter because when the server riched around 16 players is starting var and sv to go on yellow. and the rest on the servers are like 8-10 players. And sometimes at the servers with 8-10 players starts to

The server worked very good with no tuned, with ubuntu kernel and performance plan. But now is not working with anything.

Here is a pick with 11 players, retake server. var and sv on yellow-red
https://ibb.co/P42XSB6

Code:

apt-get install tuned-adm tuned && tuned-adm profile latency-performance
use this! - and check, how it runs! :-)

Sincronic 11-17-2019 07:16

Re: var and sv problems on 9900k
 
Quote:

Originally Posted by ThePwnt (Post 2673231)
Code:

apt-get install tuned-adm tuned && tuned-adm profile latency-performance
use this! - and check, how it runs! :-)

I tried. Same results.

ThePwnt 11-17-2019 07:21

Re: var and sv problems on 9900k
 
Quote:

Originally Posted by Sincronic (Post 2673234)
I tried. Same results.

It seems, there is some-else wrong setup on your server.

I have 2x i9-9900K and runs smoothly without the problem! ;)

Try to install CustomKernel from my GitHub. Take LLY 1000HZ //If it's don't help. there is some settings problem, on your server!

Sincronic 11-17-2019 07:42

Re: var and sv problems on 9900k
 
Quote:

Originally Posted by ThePwnt (Post 2673235)
It seems, there is some-else wrong setup on your server.

I have 2x i9-9900K and runs smoothly without the problem! ;)

Try to install CustomKernel from my GitHub. Take LLY 1000HZ //If it's don't help. there is some settings problem, on your server!

Okey ! I will try. I waill be back with news.

Sincronic 11-18-2019 14:38

Re: var and sv problems on 9900k
 
Quote:

Originally Posted by ThePwnt (Post 2673235)
It seems, there is some-else wrong setup on your server.

I have 2x i9-9900K and runs smoothly without the problem! ;)

Try to install CustomKernel from my GitHub. Take LLY 1000HZ //If it's don't help. there is some settings problem, on your server!

I can't install it. I am runing the files, is setting up, succesfull and after reboot is still xanmod. I have to do it manualy ?

And i made some test agaian. 29 Boots on respawn with frendly fire on. I had like 0.023 to 0.700. Now on arena server with 24 player i had var over 11.058 on red with core cpu 100% load. Cpu overclocked at 5 Ghz. I think i will change ubuntu.

EDIT: I have my mysql databeses on a different server/host. Can be from this ?

Or from some plugins ?
From GO TV ? I wanted just for de replay.

https://imgur.com/IemlCSB


All times are GMT -4. The time now is 02:22.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.