• 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!

Can you preallocate more ram for tfs?

Memory preallocation usually means that you allocate it in advance, before you need it. Something tells that's not what you meant. In any case, current TFS has very little memory pooling facilities so most memory used by the server is immediately returned to the OS after it's no longer needed.
 
OK, thank you, and yes you are right I did not mean pre allocate..

I meant is there a way too set the amount of memory tfs uses?

I dont think its taking full advantage of my ram!
 
I don't want to sound rude, but that really makes no sense. It will use as much memory as it needs. When a program uses more memory it doesn't magically get faster. In fact, if an application uses up all your memory for no reason that's a sign of it actually being quite inefficient and possibly "leaky". Unless your server crashes with a bad_allocation exception when it reaches 2 GiB of RAM usage. That means your binary is a 32-bit one and is unable to use all your memory.
 
Back
Top