Minecraft Server

← Back to Index

IP: 192.168.1.XXX | Stack: minecraft


Access

  • Java Edition: 192.168.1.XXX:25565
  • Bedrock Edition: 192.168.1.XXX:19132/udp

Stack Location

/opt/minecraft/docker-compose.yaml

Container Resources

ResourceValueNotes
Memory Limit5 GBJVM heap 4G + overhead
Current Usage~3.93 GB~79% of limit
JVM Heap4GReduced from 6G for better resource sharing

Docker Compose Fixes

1. Floodgate Plugin URL

Issue: Truncated plugin URL Fix: Completed the URL:

https://download.geysermc.org/v2/projects/floodgate/versions/latest/builds/latest/downloads/spigot

2. Memory Allocation

Previous: 6G JVM heap Current: 4G JVM heap Reason: Better resource sharing with other services, 5GB container limit provides adequate overhead


Monitoring

  • Prometheus: Container metrics via cAdvisor
  • Alerts: ContainerHighMemory, ContainerRestarting