![]() |
Recommended MaxPermSize Value for 2GB RAM... - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191) +--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51) +---- Forum: Commercial Game Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=54) +----- Forum: JPCSP - General Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=64) +----- Thread: Recommended MaxPermSize Value for 2GB RAM... (/showthread.php?tid=108288) |
Recommended MaxPermSize Value for 2GB RAM... - gespenst - 12-13-2012 I have 2GB of RAM and just wondering which value's recommended for MaxPermSize (mostly to avoid OutOfMemory errors, but I only use vertex cache when I play 3D games). By default I'm using 256MB. RE: Recommended MaxPermSize Value for 2GB RAM... - joxof - 12-16-2012 I also have 2GB of RAM, and this is my setting Code: "%JAVA_CMD%" -Xmx1280m -Xss2m -Xms512M -Xrs -Xverify:none -XX:MaxPermSize=96m -XX:ReservedCodeCacheSize=48m -XX:UseSSE=4 -XX:+UseParallelGC -XX:ParallelGCThreads=2 -XX:+UseParallelOldGC -XX:MaxGCPauseMillis=1 -XX:+UseAdaptiveSizePolicy -XX:+UseFastAccessorMethods -XX:+AggressiveOpts |