PolyhedralDev / Terra

Voxel world generation modding platform
MIT License
642 stars 85 forks source link

[Feature] Configurable pipeline v2 cache size #402

Open Astrashh opened 1 year ago

Astrashh commented 1 year ago

Feature Description

Add plugin-wide configuration for how many chunks pipeline v2 should cache, as well as target size for chunks. See #401 for extra related information.

What Problem Does This Solve?

Allows control over memory consumption #401, may be useful for end users debugging the source of potential excessive memory usage.