Majiir / RealtimeRender

Map rendering plugin for Bukkit that updates as the world changes.
2 stars 1 forks source link

Reduce memory consumption when creating chunk snapshots #6

Closed Majiir closed 12 years ago

Majiir commented 12 years ago

Chunk snapshots consume too much memory to be held cached between renders. Chunks should be processed and saved to disk to keep the plugin's memory footprint within bounds.

Majiir commented 12 years ago

Implemented in commit f8d3fccddd9ce8bc3fdce7e763fe2d5d7bba8d76.