Question Chunks not loading while stable TPS in 1.18.2 (latest build)

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.

PovilasC

New member
Mar 12, 2022
2
1
3
Hello,
chunks aren't loading in preloaded world, sometimes it takes minute or so to load single chunk..
It's much worse than it was in 1.18.1. Any solution for that? :/

Paper.yml: https://paste.gg/p/anonymous/73a2e5b9c0fd4805ba0ce1a4de5f9724

Ryzen 9 3900x, 22gb ram, latest 1.18.2 build.

1b97abd0a5.jpg
 
Timings
https://timings.aikar.co/?id=3643589ccad94a5ca3029f973f5b5375
Version Output
This server is running Paper version git-Paper-242 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: aab1f8a)
You are running the latest version
Previous version: git-Paper-237 (MC: 1.18.2)

HMU59

New member
Mar 12, 2022
1
0
1
Same here, latest build, and multiple chunks not loading in Overworld (newly Overworld generated every game, so definitively not a world issue)

Occurs only since 2 latests builds, 244 and 239
 

PovilasC

New member
Mar 12, 2022
2
1
3
Same here, latest build, and multiple chunks not loading in Overworld (newly Overworld generated every game, so definitively not a world issue)

Occurs only since 2 latests builds, 244 and 239
For me helped to change these settings in paper.yml

Code:
chunk-loading:
    min-load-radius: 3
    max-concurrent-sends: 4
    autoconfig-send-distance: true
    target-player-chunk-send-rate: -1
    global-max-chunk-send-rate: -1.0
    enable-frustum-priority: false
    global-max-chunk-load-rate: -1
    player-max-concurrent-loads: 20.0
    global-max-concurrent-loads: -1
 
  • Like
Reactions: HMU59