Force disable server-side LOD generation
I'm pre-generating a world with Chunky on a server with 6GB of memory allocated.
Despite setting
I receive
I wonder if there is a way to forcefully disable server-side LOD generation for a stable worldgen?
Or should I use
Despite setting
/dh config generation.enable false the LODs still generate and it's clearly seen by the DB inflating:I receive
Distant Horizons: Insufficient memory detected warnings and eventually the server will crash with an exception from DH generation queue.I wonder if there is a way to forcefully disable server-side LOD generation for a stable worldgen?
Or should I use
/dh pregen for both LOD- and world- generation?