-
Notifications
You must be signed in to change notification settings - Fork 144
[Feature] Configurable pipeline v2 cache size #402
Copy link
Copy link
Open
Labels
Note: Good First IssueGood for anyone looking to learn the internals of TerraGood for anyone looking to learn the internals of TerraPlatform: AllIssue/PR is applicable to all platforms.Issue/PR is applicable to all platforms.Subsystem: Biome PipelineIssue/PR has to do with the biome pipeline in Terra.Issue/PR has to do with the biome pipeline in Terra.Type: EnhancementA request for a new feature or enhancement to be added.A request for a new feature or enhancement to be added.Type: PerformanceIssue/PR involves performance issues/improvements.Issue/PR involves performance issues/improvements.
Metadata
Metadata
Assignees
Labels
Note: Good First IssueGood for anyone looking to learn the internals of TerraGood for anyone looking to learn the internals of TerraPlatform: AllIssue/PR is applicable to all platforms.Issue/PR is applicable to all platforms.Subsystem: Biome PipelineIssue/PR has to do with the biome pipeline in Terra.Issue/PR has to do with the biome pipeline in Terra.Type: EnhancementA request for a new feature or enhancement to be added.A request for a new feature or enhancement to be added.Type: PerformanceIssue/PR involves performance issues/improvements.Issue/PR involves performance issues/improvements.
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.