SHISHKI
SHISHKI
DHDistant Horizons
Created by SHISHKI on 3/14/2025 in #help-me
Force disable server-side LOD generation
I'm pre-generating a world with Chunky on a server with 6GB of memory allocated. Despite setting /dh config generation.enable false the LODs still generate and it's clearly seen by the DB inflating:
$ du -sh DistantHorizons.sqlite*
455M DistantHorizons.sqlite # the size grows constantly
32K DistantHorizons.sqlite-shm
4.6M DistantHorizons.sqlite-wal
$ du -sh DistantHorizons.sqlite*
455M DistantHorizons.sqlite # the size grows constantly
32K DistantHorizons.sqlite-shm
4.6M DistantHorizons.sqlite-wal
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?
20 replies
DHDistant Horizons
Created by SHISHKI on 10/12/2024 in #help-me
Giant hole in the world (DH 2.3.0, Fabric 1.20.1)
No description
7 replies
DHDistant Horizons
Created by SHISHKI on 7/31/2024 in #help-me
Server LOD generation without players
I'm using Distant Horizons 2.1.3a Nightly build serverside branch on a Fabric server with 1.21 Minecraft version I've got a dedicated server set up and I wonder if I can generate LODs directly on the server passively (without player) Right now the LODs generate only if at least one player is on the server, it is seen with:
du -sh DistantHorizons.sqlite*
313M DistantHorizons.sqlite
32K DistantHorizons.sqlite-shm
1.3M DistantHorizons.sqlite-wal
du -sh DistantHorizons.sqlite*
313M DistantHorizons.sqlite
32K DistantHorizons.sqlite-shm
1.3M DistantHorizons.sqlite-wal
As soon as the player leaves the server DistantHorizons.sqlite-wal size stops growing. Moreover, it doesn't seem to merge with the DistantHorizons.sqlite: the DistantHorizons.sqlite-wal is just discarded at server stop and DistantHorizons.sqlite size is unchanged It happens in both cases if the player has Distant Generation enabled and disabled (or no DH at all) The mods in use:
c2me-fabric-mc1.21-0.2.0+alpha.11.107.jar
Chunky-1.4.16.jar
cloth-config-15.0.128-fabric.jar
DistantHorizons-2.1.3-a-dev-1.21.jar
fabric-api-0.100.7+1.21.jar
fabrictailor-2.5.0.jar
fasterrandom-5.1.0.jar
ferritecore-7.0.0-fabric.jar
ImmediatelyFast-Fabric-1.2.18+1.21.jar
indium-1.0.34+mc1.21.jar
krypton-0.2.8.jar
language-reload-1.6.1+1.21.jar
lithium-fabric-mc1.21-0.12.7.jar
modernfix-fabric-5.19.0+mc1.21.jar
moreculling-1.21-0.26.0.jar
noisium-fabric-2.2.1+mc1.21.jar
placeholder-api-2.4.1+1.21.jar
sodium-fabric-0.5.11+mc1.21.jar
c2me-fabric-mc1.21-0.2.0+alpha.11.107.jar
Chunky-1.4.16.jar
cloth-config-15.0.128-fabric.jar
DistantHorizons-2.1.3-a-dev-1.21.jar
fabric-api-0.100.7+1.21.jar
fabrictailor-2.5.0.jar
fasterrandom-5.1.0.jar
ferritecore-7.0.0-fabric.jar
ImmediatelyFast-Fabric-1.2.18+1.21.jar
indium-1.0.34+mc1.21.jar
krypton-0.2.8.jar
language-reload-1.6.1+1.21.jar
lithium-fabric-mc1.21-0.12.7.jar
modernfix-fabric-5.19.0+mc1.21.jar
moreculling-1.21-0.26.0.jar
noisium-fabric-2.2.1+mc1.21.jar
placeholder-api-2.4.1+1.21.jar
sodium-fabric-0.5.11+mc1.21.jar
3 replies