Skip to content

Chunk still loading. You may encounter some mild performance issues. #612

Description

@Golde2341

Image(Screenshot's not mine)

So, im running the bedrock launcher in an oracle a1flex instance with 4 arm cores, 24gb of ram but im experiencing this kind of bug.

This bug occurs when i start exploring, the chunks load normally, i can explore a lot and i wont reach the rendering limit but some chunks randomly just fail, like, the chunk is totally visible but it says its still loading and it wont load unless i restart the docker. What could it be?

DockerCompose.yml:

services:
  bedrock:
    image: itzg/minecraft-bedrock-server:latest
    container_name: bedrock-server
    environment:
      VERSION: LATEST
      ENABLE_AUTOPAUSE: "true"
      AUTOPAUSE_TIMEOUT_EST: 60
      OPS: "XXXXXXXXXX"
      EULA: "TRUE"
      GAMEMODE: survival
      DIFFICULTY: hard
      SERVER_NAME: "XXXXXXXXX"
    ports:
      - "19132:19132/udp"
    volumes:
      - ./data:/data
    restart: unless-stopped

    dns:
      - 8.8.8.8
      - 1.1.1.1

ServerProps:

server-name=xxxxxxx
showcoordinates=true
gamemode=survival
force-gamemode=false
difficulty=hard
allow-cheats=false
max-players=9999999999999
online-mode=true
allow-list=false
server-port=19132
server-portv6=19133
enable-lan-visibility=true
view-distance=32
tick-distance=4
player-idle-timeout=0
max-threads=8
level-name=Bedrock level
level-seed=
default-player-permission-level=member
texturepack-required=false
content-log-file-enabled=false
content-log-console-output-enabled=false
content-log-level=info
compression-threshold=128
compression-algorithm=snappy
server-authoritative-movement-strict=false
server-authoritative-dismount-strict=false
server-authoritative-entity-interactions-strict=false
player-position-acceptance-threshold=1
player-movement-action-direction-threshold=0.85
server-authoritative-block-breaking-pick-range-scalar=1.5
chat-restriction=None
disable-player-interaction=false
client-side-chunk-generation-enabled=true
block-network-ids-are-hashes=true
disable-persona=false
disable-custom-skins=false
server-build-radius-ratio=Disabled
allow-outbound-script-debugging=false
allow-inbound-script-debugging=false
script-debugger-auto-attach=disabled

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions