View Single Post
Author Message
Porcellian
Member
Join Date: Oct 2017
Old 08-10-2018 , 22:04   Bad performance on my CSGO Servers
Reply With Quote #1

Hello!

I have a problem to get my SV low, its usually around 0.3 when it's only me on the server. But it's spiking to 10+ sometimes, and when I add 9 bots then the SV is spiking to 15+ about every second.

My scenario is this. I am hosting 8 servers, all of them made to hold 4 players, 2v2 wingman games.

I have about 500mbps download, and 500mbps upload speed. Which is good, isn't it?
Specs:
8 GB Ram
Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz 4.20 GHz
80GB SSD

My current server.cfg
Code:
sv_minrate 13000
sv_maxrate 80000
sv_minupdaterate 33
sv_maxupdaterate 67
sv_mincmdrate 33
sv_maxcmdrate 67  
sv_occlude_players 0
sv_force_transmit_players 0
net_splitrate 2
occlusion_test_async 0
sv_parallel_packentities 0
sv_parallel_sendsnapshot 1
net_queued_packet_thread 1
net_splitpacket_maxrate 100000
And I also execute this performance.cfg
Code:
sv_hibernate_ms 0
sv_hibernate_ms_vgui 0
sv_hibernate_postgame_delay 0
sv_hibernate_when_empty 0

sv_parallel_sendsnapshot 1
sv_enable_delta_packing 1
sm_cvar sv_maxunlag 0.1
sm_cvar net_maxcleartime 0.001
sm_cvar net_minroutable 1000
sm_cvar net_compresspackets 0

sm_cvar g_ragdoll_important_maxcount 1
sm_cvar g_ragdoll_maxcount 1
sm_cvar phys_enable_experimental_optimizations 1
sm_cvar prop_active_gib_limit 1
sm_cvar prop_active_gib_max_fade_time 1
sm_cvar sv_turbophysics 1

fps_max 0
pvs_min_player_distance 1
sv_alternateticks 1
sv_force_transmit_ents 0
sv_force_transmit_players 0
sv_forcepreload 1
sm_cvar sv_stats 0
sv_parallel_packentities 1
sm_cvar sv_multiplayer_maxtempentities 1

occlusion_test_async 1
sm_cvar host_threaded_sound 1
sm_cvar host_threadmode 2
sm_cvar sv_threaded_init 1
sm_cvar mod_load_anims_async 1
sm_cvar mod_load_mesh_async 1
sm_cvar mod_load_vcollide_async 1
sm_cvar vprof_server_thread 1
sm_cvar g_ai_threadedgraphbuild 1
I have the latest Sourcemod & metamod version. I have the get5 plugin, and I can't remove it. It is needed for my servers.

The servers is hosted on a Windows 2016 64-bit server.

I don't know how to manipulate the server performance, I am new to this and I've basically just copied and pasted multiple configs. The ones I have now is the best ones I could find, and the SV is still spiking to 10+ every other second.

It's strange, because the SV is really good, and then the SV jumps and then it turns back good.
What can I do to solve this?
Porcellian is offline