05-19-2013, 06:34 PM
(05-19-2013, 06:11 PM)xoft Wrote: Hard to answer, we're still missing a decent chunk manager, so mcserver can actually take as much ram as available. Once we implement the chunk manager, you'll be able to calculate the absolute max ram requirements easier. Generally speaking, the mcserver core needs about 20 MiB base, plus about 20 MiB per each world, and each player can use up to 60 MiB for their chunks. These are very rough figures, so don't take them too literally.I'll try to make a plugin that unloads unused chunks. How do UnloadUnusedChunks work?
If a player goes "exploring", the amount of ram used can go up to 1 GiB for that single player. That's why we need a better chunk manager