MemGuard
ModReduces RAM usage in large modpacks and servers by caching NBT strings, monitoring memory usage, and triggering garbage collection at optimal times.
Type
Mod
Modrinth Downloads
28,999
Modrinth ID
4pERD9rc
Last Updated
Aug 29, 2026
Description
MemGuard
Lean memory behavior for long Minecraft sessions.
MemGuard is a lightweight utility mod for Fabric / Forge / NeoForge (Minecraft 1.21.1) focused on reducing avoidable allocations and making memory pressure easier to observe.
What MemGuard does
1. Reuses repeated short NBT strings
- Hook: NbtString.of(...)
- Repeated short values are reused through an LRU cache (up to 2048 entries).
- This reduces duplicate object allocations for common IDs/tags in larger modpacks.
2. Logs periodic heap snapshots
- Heap usage is sampled from server tick context.
- Warning logs are emitted when configured usage thresholds are exceeded.
- Intended for visibility and troubleshooting, not as a direct performance claim.
3. Tracks texture-atlas lifecycle (client)
- On atlas upload completion, MemGuard logs heap-used values in debug context.
- This helps correlate load phases with memory behavior.
Technical notes
- Uses mixin hooks for targeted behavior (NbtCacheMixin, ServerChunkManagerMixin / ChunkCacheMixin, TextureCacheMixin).
- No native code, no unsafe memory access.
- System.gc() is not used to force garbage collection.
Important accuracy notes
- MemGuard does not guarantee fixed FPS/MSPT/MB improvements.
- Real impact depends on modpack size, entity/world state, JVM vendor/flags, and session length.
- Expected benefit is typically higher in medium/large packs with repeated NBT patterns.
Reproducible evaluation (recommended)
To evaluate MemGuard for your own setup, compare baseline vs. MemGuard under identical conditions:
- Same Java version, JVM args, mod list, world seed, and config.
- Same runtime window (recommended: 30-60 minutes per run).
- At least 3 baseline runs + 3 MemGuard runs.
- Collect comparable metrics:
- p50/p95 MSPT (spark or similar)
- heap usage trend from logs
- allocation/GC event data (JFR or similar)
- Compare distributions (median/p95), not single spikes.
Installation
Fabric
- Install Fabric Loader (0.16+)
- Install Fabric API
- Place MemGuard jar in mods/
Forge / NeoForge
- Install the matching loader for your Minecraft version
- Place MemGuard jar in mods/
Compatibility
- Designed to work alongside common optimization mods.
- As with any mixin-based mod, test your exact modpack before production deployment.
Compatibility
Mod Loaders
Game Versions
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Simple Ore Generation
Adds bigger ore vein on the surface; Adds ores in the Nether and the End
Pearcel Mod
Pearcel Mod is a mod made by MiningMark48 and textured by Codyrule040 that adds blocks and items related the Pearcel to...
No Render Name Tags
Allow to hide name tags with a keybind.
Contagion - A Zombie Infection Mod
This Zombie Infection Mod adds the functionality that Zombies are able to give you a deadly infection.
YDM's WeirdMobs
Adds Many New mobs to your game.
Rev's Better Structures
A mod that adds immersive, randomly generated vanilla-style structures like ruins, trees, and castles to enhance explora...