CrucibleMC / Crucible

Crucible, a fork of Thermos, is a CraftBukkit and Forge server implementation for 1.7.10, providing the ability to load both Forge mods and Bukkit plugins alongside each other.
https://discord.gg/jWSTJ4d
GNU General Public License v3.0
184 stars 63 forks source link

[BUG] Chunk rollback #134

Open Arrtemka614 opened 1 year ago

Arrtemka614 commented 1 year ago

Hello, I observe constant rollbacks of chunks in your core, while I have not noticed this in other cores, that is, if I put something in a chest or in a me network and turn to spawn, things can roll back, but this does not always happen and it is not clear when

Arrtemka614 commented 1 year ago

Crucible 5.4

juanmuscaria commented 1 year ago

As far as I'm aware, that's an issue with forge and that's amplified by all hybrid jars, increasing your chunk gc time and grace period may help with preventing rollbacks at the cost of keeping chunks loaded for longer.

Arrtemka614 commented 1 year ago

Hello, I tried a lot of things, it doesn't help, it rolls back chunks equally

Arrtemka614 commented 1 year ago

Uploaded to the fordj files and found a photo # Unloaded fragments can first be stored in an inactive cache for faster

loading time. Specify the size (in chunks) of this cache here

I:inactive fragments cache size=0 Maybe because of this kickbacks?

Arrtemka614 commented 1 year ago

Can I find out where I can change the time of unloading chunks?

EverNife commented 1 year ago

Under the file Crucible.yml

At

cauldron:
  settings:
    ...
    # Grace period of no-ticks before unload
    chunkGCGracePeriod: 0

Set it to something like 100 ticks, the result will depend on the modpack itself, you might need to do some testings.

Arrtemka614 commented 1 year ago

Thank you, I will check and test