Super slow pregen on server
Got the following mods and pregening on a AMD Ryzen 9 7950X
any settings I should be tweaking in the config?


Solution:Jump to solution
You can use the following preset for the highest CPU usage.
/dh config common.threadPreset I_PAID_FOR_THE_WHOLE_CPU
...12 Replies
Also would it be viable to pregen in singleplayer with DH and then transfer it over to the server?
What CPU preset you have Distant Horizons set to on the server? You can check via the
/dh config common.threadPreset
it is currently set to balanced

Increasing the CPU preset might help.
Solution
You can use the following preset for the highest CPU usage.
/dh config common.threadPreset I_PAID_FOR_THE_WHOLE_CPU
seems its reached its peak on that too

is it possible to gen it in single player and move it over?
Possible, yes. See the following to find where the LOD data stored between singleplayer and server:
/lodstored
Single Player:
- Overworld:
.minecraft/saves/WORLD_NAME/data/DistantHorizons.sqlite
- Nether: .minecraft/saves/WORLD_NAME/DIM-1/data/DistantHorizons.sqlite
- End: .minecraft/saves/WORLD_NAME/DIM1/data/DistantHorizons.sqlite
- Custom Dimensions: .minecraft/saves/WORLD_NAME/DIMENSION_FOLDER/data/DistantHorizons.sqlite
Multiplayer:
- .minecraft/Distant_Horizons_server_data/SERVER_NAME/
Server Mod
- Overworld: SERVER_FOLDER/world/data/DistantHorizons.sqlite
- Nether: SERVER_FOLDER/world/DIM-1/data/DistantHorizons.sqlite
- End: SERVER_FOLDER/world/DIM1/data/DistantHorizons.sqlite
- Custom Dimensions: SERVER_FOLDER/world/DIMENSION_FOLDER/data/DistantHorizons.sqlite
Server Plugin
All dimensions in one file: SERVER_FOLDER/plugins/DHSupport/data.sqlite
NOTE:
Sometimes there might be 2 additional files next to the main one with extensions .sqlite-wal
and .sqlite-shm
If there are, all 3 should be treated as a single file, a.k.a. moved, deleted, backed-up always together!Appreciate the help and info