• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux storeTrash from true to false

Calon

Experienced Member
Joined
Feb 6, 2009
Messages
1,070
Reaction score
21
Hello, am trying to decrease the CPU usage for my server, its around 80~ 100~%,

since i got a global daily save and dont use any clean interval script,

do if i changed storeTrash from true to false going to decrease the CPU usage ? since as written in CONFG_HELP

storeTrash
Define if trash items should be stored in memory.
It costs more memory but will perform a lot faster cleaning.
Otherwise, if you disable this option, cleaning will be performed by going through all the tiles
and looking for trash. (which of course consumes more CPU resources)
Default: true
 
If set to true it will use additional RAM storing the items which are "cleaned".
If set to false it will not use that additional RAM but more CPU during the clean process.
 
seems useless then since i dont have any cleans process in my ot, well mm there is anything in sources known needed to be check causes this high CPU since if it not data-pack engine ?
 
Back
Top