neoforged / NeoForge

Neo Modding API for Minecraft, based on Forge
https://projects.neoforged.net/neoforged/neoforge
Other
1.13k stars 165 forks source link

[Loading UI] Add "Memory Usage" text on the green memory usage bar. #1337

Closed zyxkad closed 2 weeks ago

zyxkad commented 1 month ago

Someone is asking about why the green loading progress bar is jumping back. To make user more clear of what they are looking for, I suggest put a text on the bar.

image

3TUSK commented 1 month ago

Technical wise, the term Heap and OffHeap shown in the screen stand for "heap memory" and "off-heap memory" respectively.

Not sure if changing them to "heap memory" is too long to fit in. "heap mem." maybe?

HenryLoenwind commented 1 month ago

image

Wasn't the amount inside the bar once or was this something I invented when I copied the bar for my mod?