lb using over 5 gigabytes of ram
-
is lagma using more?
-
@Azure said in lb using over 5 gigabytes of ram:
potato pc
i don't even have a pc im using a potato computer
-
This is either a memory leak or it is a missconfigured Garbage Collector
-
I gave LB 4G ram, however it took more than the jvm argument(6.8G).
/usr/lib64/openjdk-8/jre/bin/java -Xincgc -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx4096m
...
(Video Settings-> Other Settings -> Lagometer(optifine))
Idk what to blame, either it is my self compiled jvm has sth wrong or LB has a memory leak or a problematic gc. Or both lol.Edit: with no other option/tuning
-XX:+UseG1GC
performed worse than-Xincgc
, mem usage quickly got to 5G and the FPS lower than-Xingcgc
(tho the gc frequency was significantly lower than-Xingcgc
).