server optimiser
作者:rebot | 分类:模组
Minecraft 版本: 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8
平台: paper spigot
标签: game-mechanics optimization technology
Hey, its 10/19/2025 when im writing this, there is a new V2 version which is way better than this one, feel free to check it out https://modrinth.com/plugin/server-optimiser-v2
Let us explain why your server will be running much better:
- Smart Memory Management:
- The server will only allocate the memory it actually needs, plus a tiny 64MB buffer
- When nobody is online, it releases most of the memory back to your node
- Instead of holding onto 1GB-2GB constantly, it scales down automatically
- Memory usage is actively monitored and compressed every 15 seconds
- Efficient Chunk Loading:
- Chunks will be unloaded when players are more than 64 blocks away
- When the server is empty, all chunks except spawn are unloaded
- Essential chunks (with redstone/hoppers) are protected from unloading
- This dramatically reduces memory usage when players are spread out
- Intelligent Resource Management:
When the last player leaves, after 5 seconds:
- Non-essential entities are removed
- World data is saved
- Chunks are unloaded
- Memory is compacted
- Server goes into "low-memory mode"
When players join:
- Resources load on-demand
- Only necessary chunks are loaded
- Server maintains minimal memory footprint
- Better Item Cleanup:
- Items are cleaned up every 3 minutes (up to 30mins)
- Force cleanup available through GUI and commands
These changes together mean your server now uses the absolute minimum RAM it needs at any moment, instead of holding onto a large amount "just in case". This is especially noticeable when the server is idle - it might use as little as 200-300MB instead of 1-2GB.


请登录后举报
暂无评论,抢个沙发吧~