[SCRIPT] MemoryFixer
-
Introduction
MemoryFixer is a Script that removes the lag every few seconds after playing for a hour+ Straight
Download
http://www.mediafire.com/file/gaowwb0l89edbmc/MemoryFixer.js/file
This script requires Core: https://forums.ccbluex.net/topic/94/auto-updates-core-3-6-simple-yet-powerful-scriptapi-base
(This script is made by CzechHek and all copyright goes to him.)
-
@gabriel said in [SCRIPT] MemoryFixer:
Introduction
MemoryFixer is a Script that removes the lag every few seconds after playing for a hour+ Straight
Download
http://www.mediafire.com/file/gaowwb0l89edbmc/MemoryFixer.js/file
This script requires Core: https://forums.ccbluex.net/topic/94/auto-updates-core-3-6-simple-yet-powerful-scriptapi-base
(This script is made by CzechHek and all copyright goes to him.)
I get 0 fps every 3 secs with this, nice
-
@yorik100 said in [SCRIPT] MemoryFixer:
@gabriel said in [SCRIPT] MemoryFixer:
Introduction
MemoryFixer is a Script that removes the lag every few seconds after playing for a hour+ Straight
Download
http://www.mediafire.com/file/gaowwb0l89edbmc/MemoryFixer.js/file
This script requires Core: https://forums.ccbluex.net/topic/94/auto-updates-core-3-6-simple-yet-powerful-scriptapi-base
(This script is made by CzechHek and all copyright goes to him.)
I get 0 fps every 3 secs with this, nice
Me too lfmaooo.
-
-
my luigbonse frizes everi 3 sec XDXDDDDDXDDDDDDDDDDDDXDDDDDDDDDDDDDD(((((((((((((((((((((((((((((((((((((((((((
-
@foreheadchan_ it go make your game freeze every 3 sec cus it tries to clean timer or some shit what a weird script
-
@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)
-
I get 0 fps every 3 secs with this, nice
I wrote this script on request for a user that couldn't even run LB and said that garbage collecting helps him. There is no reason to use it if you can run LB, in fact I have no idea why is this even released.
-
@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
-
@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
-