04-26-2011, 02:15 AM
(This post was last modified: 04-26-2011, 12:57 PM by tr4nquility.)
(04-25-2011, 10:42 PM)Finzy Wrote: ... xmx size set to 1024, MaxPermGen size 400, max code cache size 80 MB...any other suggestions to improve performance would be welcome
Hello Finzy
Have u tried using the latest JRE beta 7...? I have used it, and well it indeed give a little boost...
As for additional arguments, I've used :
Code:
-Xincgc --> Incremental garbage collection
-XX:ParallelGCThreads=4 --> Using 4 parallel threaded garbage collector
-XX:UseSSE=4 --> specifically tells JVM to use SSE 4 since my CPU supports SSE 4 and 4.1
As for settings, personally I think using "Only GE" and "Enable saving GE" while turning off other options would be the best for current revision -- r2099 ...
I got 30 FPS in menu and 17 in-game ....