Dayz Epoch Panthera 3 Core Perfomance Suggestions

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
The Hound
New to forums
New to forums
Posts: 4
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Mar 17, 2014 1:52 pm

Dayz Epoch Panthera 3 Core Perfomance Suggestions

Post by The Hound »

I am running DayZ Epoch Panthera on a 3 core VDS on windows server 2008 R2. Just wondering if anyone had any recommended performance increases specific to Dayz and Arma. Am new to the whole dedicated server thing so any suggestions would help. Thanks in advance.
joshh20
This is my homepage
This is my homepage
Posts: 146
Joined: Sat Mar 02, 2013 1:35 pm

Re: Dayz Epoch Panthera 3 Core Perfomance Suggestions

Post by joshh20 »

I would recommend assigning this process high priority through the Windows Task Manager. I've never specifically run a DayZ server, but I would recommend you try that as well as just running a very minimal amount of applications. Running various applications, especially web browsing, is often very detrimental to a server's performance.
The Hound
New to forums
New to forums
Posts: 4
Joined: Mon Mar 17, 2014 1:52 pm

Re: Dayz Epoch Panthera 3 Core Perfomance Suggestions

Post by The Hound »

Thanks man, good info. Anything helps when you are new like I am. Also I forgot to post my basic.cfg settings

MinBandwidth=800000;
MaxBandwidth=50000000;
MaxMsgSend=384;
MaxSizeGuaranteed=512;
MaxSizeNonguaranteed=256;
MinErrorToSend=0.0099999998;
MinErrorToSendNear=0.029999997;
MaxCustomFileSize=500000;

and my MYSQL my.ini

[mysqld]

# Remove leading # and set to the amount of RAM for the most important data
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
innodb_buffer_pool_size = 1024M
innodb_flush_log_at_trx_commit=2
innodb_log_buffer_size=4M
innodb_log_file_size=256M

# Remove leading # to turn on a very important data integrity option: logging
# changes to the binary log between backups.
# log_bin

# These are commonly set, remove the # and set as required.
# basedir = .....
# datadir = .....
# port = .....
# server_id = .....


# Remove leading # to set options mainly useful for reporting servers.
# The server defaults are faster for transactions and fast SELECTs.
# Adjust sizes as needed, experiment to find the optimal values.
# join_buffer_size = 128M
# sort_buffer_size = 2M
# read_rnd_buffer_size = 2M

sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
event_scheduler=ON

I am very new to MYSQL as well and welcome any suggestions and any help.
Post Reply