DayZ server optimisation

Ashleigh

Member
Hello

I am currently running a server from home( I know its not the best option for server performance). But is their anyway i can optimize the server at all.

I am running a dayz epoch server.

Cheers :)
 
Hello

I have been reading about the basic.cfg about tuning for best server performance and i'm quite new to server optimizing and i just want to have an understanding of this and also could you check and see if this cfg is ok.

Basic.cfg for dayz epoch

MinBandwidth=131072;
MaxBandwidth=104857600;
MaxMsgSend=128;
MaxSizeNonguaranteed=256;
MinErrorToSendNear=0.01;
MinErrorToSend=0.001;
MaxCustomFileSize=0;
MaxSizeGuaranteed=512;
Windowed=0;
adapter=-1;
3D_Performance=1;
Resolution_Bpp=32;
class sockets
{
maxPacketSize=1400;
};
serverLongitude=9;
serverLatitude=50;
serverLongitudeAuto=9;
serverLatitudeAuto=50;
 
Back
Top