How to lower performance Impact for fresh server starts?
I am setting up a new server and we want to use DH serverside, but not on full load, since it would tank performance at the server start with all the players online.
I have found the "requestRateLimit" setting, but to my understanding it is for each player?
Would lowering this make it have less performance impact, or is this just for sending the LODs, not generating?
And what is the default value?
Is there a way to completely disable LOD generation on serverside DH? (temporarily)
If this is possible I could just generate the LODs when everyone is off to bed, with the pregen function and generation.mode set to PRE_EXISTING_ONLY
If this is possible I could just generate the LODs when everyone is off to bed, with the pregen function and generation.mode set to PRE_EXISTING_ONLY
Solution:Jump to solution
If you want to lower the performance impact of DH, use the
/dh config threadPreset
command3 Replies
Solution
If you want to lower the performance impact of DH, use the
/dh config threadPreset
commandrequestRateLimit
is for each player and its default value is 20
To disable LOD generation, disable Distant Generation
Oh nice! I didn't knew there were presets.
Thx!