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
Solution:
If you want to lower the performance impact of DH, use the /dh config threadPreset command
Jump to solution
3 Replies
Solution
majo24
majo242w ago
If you want to lower the performance impact of DH, use the /dh config threadPreset command
majo24
majo242w ago
requestRateLimit is for each player and its default value is 20 To disable LOD generation, disable Distant Generation
ErikderFreak
ErikderFreakOP2w ago
Oh nice! I didn't knew there were presets. Thx!

Did you find this page helpful?