Page 1 of 1

Will this help the performance of the server?

Posted: Tue Jun 18, 2013 2:20 am
by JMD
# Enable Warehouse Cache. If warehouse is not used will server clear memory used by this warehouse.
# Default: False
WarehouseCache = True

# How long warehouse should be stored in memory.
# Default: 15
WarehouseCacheTime = 15
The description doeasnt help much, does it mean that If the warehouse is not used the server will clear the memory used by this warehouse? Does this help with server perfomance if enabled?

Re: Will this help the performance of the server?

Posted: Tue Jun 18, 2013 8:43 am
by jurchiks
It's a "CPU vs MEMORY" question. Which do have more of?

Re: Will this help the performance of the server?

Posted: Tue Jun 18, 2013 9:15 am
by JMD
memory id say

Re: Will this help the performance of the server?

Posted: Tue Jun 18, 2013 9:18 am
by jurchiks
Then use the cache. Obviously it will save some CPU cycles.
The description means if you enable it, the wh is cached, but if it isn't used for 15 minutes (2nd config), the cached wh is removed to save some memory. If it is called, it is constructed and put in cache again.

Re: Will this help the performance of the server?

Posted: Sat Jun 22, 2013 4:56 am
by Pere
jurchiks wrote:It's a "CPU vs MEMORY" question. Which do have more of?
Isn't it more about "HDD/MySQL speed vs MEMORY"?

Re: Will this help the performance of the server?

Posted: Sat Jun 22, 2013 12:26 pm
by UnAfraid
I doubt that would affect performance in any way..
Caching warehouse or not you will gain nothing notice-able even with few thousand of players.