File Details
v2.5
- R
- Nov 8, 2011
- 20.12 KB
- 2.6K
- CB 1337
File Name
WorldGenerationControl_v2.5.jar
Supported Versions
- CB 1337
- /forceKeepUp now keeps up on garbage collection as well
- Renamed /forceSave to /forceKeepUp to reflect that it also keeps up on garbage collection.
- When the server is floating at >80% memory for too long, try invoking a GC. This fixes the issue where the default Java GC options would have it float at 80% memory forever as long as nothing forced it to catch up.
- Cleaned up /verbose output a little.
- Check if we have <200Megs free in addition to <20% free, prevents out of memory errors on 512Meg ram servers (which this plugin doesn't technically support)

