Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Memory Purging Features Backported to 1.16.5 #1461

Open
wuvvie opened this issue Jan 13, 2025 · 0 comments
Open

[Feature Request]: Memory Purging Features Backported to 1.16.5 #1461

wuvvie opened this issue Jan 13, 2025 · 0 comments
Labels
2: Feature New feature or request.

Comments

@wuvvie
Copy link

wuvvie commented Jan 13, 2025

Mod

FTB Chunks (1605.3.4-build.220 - 1.16.5)

Description

There is no memory management config available for the 1.16.5 version of FTB Chunks (1605.3.4). This version is incredibly taxing on system memory with how map data is held onto.
Specifically this is an issue in multiplayer servers with lots of claims. Having FTB Chunks on the client results in unplayable garbage collection stuttering, even using g1gc + several other args.

Describe the solution you'd like

Memory management features backported to 1.16.5 from more recent versions:
autorelease_on_map_close, max_zoom_constraint, and region_release_time would be fantastic to have in config and would likely solve the issue.
Ideally released on CurseForge so I can include the update in my pack.

If you don't support this version any longer, can I change your mind via offer of my firstborn and/or a sum of money through a third party payment service for your time 👉 👈

Describe alternatives you've considered

I am using a modpack with 200 mods, including Journeymap. I considered if JM was the problem (since my logs would show errors with Journeymap before I ran out of memory) and have thoroughly troubleshooted this avenue with the dev, and it is not the issue. Even with JM removed, the memory leak from FTB Chunks results in constant garbage collection stuttering.
I have optimized the available configs but I am not able to get performance better than ~10 seconds between garbage collection stutters. Removing FTBChunks fixes all memory issues.

@wuvvie wuvvie added the 2: Feature New feature or request. label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2: Feature New feature or request.
Projects
None yet
Development

No branches or pull requests

1 participant