Server get low fps

Nexux

New Member
I have problem with dayz server. I tried any settings for good server fps.

My rig:
- CPU: Intel Core2 Quad 6600 - 2,4 ghz
- 4 GB DDR2
- SATA 2 hdd (7500 rpm)
- Windows Server 2012 DataCenter

The server uses avg. 35% cpu at 30-50 player but have 3-4 fps in rpt.
Mod infos:
- 1.8.0.3
- Animated Helicrashes (AI)

Current Basic.cfg (I tried 30+ versions for good perfomance)


Code:
MinBandwidth=10000000;
MaxBandwidth=40000000;
MaxMsgSend=26;
MaxSizeNonguaranteed=256;
MinErrorToSendNear=0.050000001;
MinErrorToSend=0.001;
MaxCustomFileSize=0;
MaxSizeGuaranteed=512;
Windowed=0;
adapter=-1;
3D_Performance=1;
Resolution_Bpp=32;
class sockets
{
    maxPacketSize=1400;
};
serverLongitude=22;
serverLatitude=48;
serverLongitudeAuto=22;
serverLatitudeAuto=48;
 
Back
Top