Diskussion:RuneScape Retro-Client nativ unter Linux: Unterschied zwischen den Versionen
Aus SchnuppTrupp
K (→Probleme mit neuem Applet vom 25.10.2011) |
K (Neuer Abschnitt →Folgende Optionen ausprobieren) |
||
Zeile 2: | Zeile 2: | ||
Das Problem wurde am 26.10.2011 behoben | Das Problem wurde am 26.10.2011 behoben | ||
+ | |||
+ | == Folgende Optionen ausprobieren == | ||
+ | |||
+ | logging | ||
+ | -XX:+PrintGCDetails -XX:+PrintCompilation -XX:+PrintGCTimeStamps "-Xloggc:/var/logs/fsgc.log"\ | ||
+ | |||
+ | tuning | ||
+ | -XX:+AggressiveOpts\ | ||
+ | -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:+UseTLAB -XX:+ExplicitGCInvokesConcurrent\ | ||
+ | -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+UseCompressedOops\ | ||
+ | -XX:+TieredCompilation -XX:ReservedCodeCacheSize=256m\ | ||
+ | |||
+ | auch probieren | ||
+ | -XX:+UseG1GC | ||
+ | ersetzen durch | ||
+ | -XX:+UseParallelOldGC |
Version vom 27. September 2012, 13:51 Uhr
Probleme mit neuem Applet vom 25.10.2011
Das Problem wurde am 26.10.2011 behoben
Folgende Optionen ausprobieren
logging
-XX:+PrintGCDetails -XX:+PrintCompilation -XX:+PrintGCTimeStamps "-Xloggc:/var/logs/fsgc.log"\
tuning
-XX:+AggressiveOpts\ -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:+UseTLAB -XX:+ExplicitGCInvokesConcurrent\ -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+UseCompressedOops\ -XX:+TieredCompilation -XX:ReservedCodeCacheSize=256m\
auch probieren
-XX:+UseG1GC ersetzen durch -XX:+UseParallelOldGC