@hahayes said in [SCRIPT] MemoryFixer:
@foreheadchan_ said in [SCRIPT] MemoryFixer:
@hahayes it actually runs Runtime.getRuntime().gc() (gc = GarbageCollector) and its the same thing that when an OutOfMemoryException is thrown (aka when ur allocated is 95%+) will free memory and freeze your game, meaning u will most likely need to restart your game and (optionally) allocate more memory (Minecraft uses System.gc() tough)
o m g thanks for extremely complicated and useless explanation on this, I'm sure everyone who reads this will understand it and appreciate your efforts
indeed