• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

defaultPriority = "high" niceLevel = 5 coresUsed = "-1"

Pokurwieniec

New Member
Joined
Feb 1, 2016
Messages
43
Reaction score
1
Someone can explain these options in config.lua in tfs 0.4 if some can improve my server performance?

defaultPriority = "high"
niceLevel = 5
coresUsed = "-1"
 
I'll try to simplify priority for you.

There is 6 priority settings in the systems process (on windows) that allows you to set an applications precedence
Code:
real time -- highest priority
high
above normal
normal
below normal
low -- lowest priority
The higher the precedence the more available resources will be allocated to the program.
http://www.wikihow.com/Change-Process-Priorities-in-Windows-Task-Manager

The nice level has to do with linux's system's process setting, although I am not familar with linux you can read about it here.
https://www.nixtutor.com/linux/changing-priority-on-linux-processes/

Not sure what coresUsed is but maybe this thread will help.
https://otland.net/threads/coresused-1.97351/
 
Back
Top