07-20-2011, 01:01 PM
(This post was last modified: 07-20-2011, 01:08 PM by JaCk IN Core.)
(07-20-2011, 09:17 AM)virgil94 Wrote: Edit the .bat file in the jpcsp folder, and the change the number whre it says""%JAVA_HOME%\bin\java" -Xmx1024m....
At -Xmx1024m, try 512 or 738.If this doesn't help, activate the task manager and see what is the program that consumes more RAM.I have only 1Gb of Ram but jpcsp works with -Xmx1024m.
Thank, by way, the bat file edit that i open is
these..........
-----------------------------------------------------------------------------------
if not exist "%JAVA_HOME%\bin\java.exe" goto JAVAMISSING
echo Running Jpcsp 32bit...
"%JAVA_HOME%\bin\java" -Xmx1024m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar
goto END
:JAVAMISSING
echo The required version of Java has not been installed or isn't recognized.
echo Go to http://java.sun.com to install the 32bit Java JRE.
pause
:END
---------------------------------------------------------------
which shall i edit XX:MaxPermSize or XX:ReservedCodeCacheSize
(07-20-2011, 09:17 AM)virgil94 Wrote: Edit the .bat file in the jpcsp folder, and the change the number whre it says""%JAVA_HOME%\bin\java" -Xmx1024m....
At -Xmx1024m, try 512 or 738.If this doesn't help, activate the task manager and see what is the program that consumes more RAM.I have only 1Gb of Ram but jpcsp works with -Xmx1024m.
Sorry, for wrong reply ><
well it works !!
thanks a lot does it still able to support sonicstage ?