# RamLeakFix
**RamLeakFix** is a lightweight, highly optimized client-side performance mod designed for Minecraft. It targets heavy engine structures to prevent severe Java heap memory accumulation (RAM leaks) without impacting your gameplay smoothness.
Unlike heavy optimization frameworks, RamLeakFix works entirely independently and **does NOT require Fabric API** or any other external libraries.
### 🚀 Key Features
* **Texture Pool Management:** Periodically cleans and unloads unused dynamic skin textures from the client storage.
* **Dead Entity AI Purge:** Safely sweeps the active client world registries to wipe out lingering brain allocations from removed or dead entities.
* **Smart Garbage Collection Execution:** Triggers core memory collection natively outside of heavy operations (like chunk baking or loading screens) to avoid any micro-stutters or frame spikes.
* **Purely Client-Side:** Lightweight footprint designed exclusively for the user terminal. Will not interfere with multiplayer server joins.
### 🛠️ Compatibility
* **Mod Loader:** Fabric Only
* **Dependencies:** None! (Works on any Fabric Loader version out of the box)