Over the past days I have had many players join the server.
I have also reported some users saying the server is laggy and they had 3000 d'sync.
Is it possible that my server isn't optimize to handle 50+ players?
Could I do anything that would at least help with all these players joining?
Here are my current dedicated server specs
My basic.cfg
language="English"; Resolution_Bpp=32; serverLongitude=2; serverLatitude=49; serverLongitudeAuto=2; MinBandwidth=20971520; MaxBandwidth=1073741824; MaxMsgSend=256; MaxSizeGuaranteed=512; MaxSizeNonguaranteed=256; MinErrorToSendNear=0.029999999; MinErrorToSend=0.0019999994; MaxCustomFileSize=0; Windowed=0; adapter=-1; 3D_Performance=1;
start up batch
@echo off cd "C:\Program Files (x86)\Steam\SteamApps\common\Arma 2 Operation Arrowhead\" start dayzOver.bat start "arma2" /min "arma2oaserver.exe" -port=2302 "-config=instance_1_Overpoch\config.cfg" "-cfg=instance_1_Overpoch\basic.cfg" "-profiles=instance_1_Overpoch" -name=instance_1_Overpoch "-mod=@DayZOverwatch;@DayZ_Epoch;@Hive;" -noPause -noSound -cpuCount=4 -exThreads=8 -maxMem=10000 exit