09-30-2012, 05:54 PM
(This post was last modified: 09-30-2012, 05:55 PM by montcer9012.)
I agree with you that Java 6 was the source of the problem because i remember that when i use it a lot of games crash with the same error you got; since i got Java 7 the problem with JPCSP becomes stability issues that some day will be fixed.
About the Java Heap, you could modify this on the .bat file locating this line:
However, i am pretty sure that Java 7 won't give you the same error; in case it did, you know what to do.
About the Java Heap, you could modify this on the .bat file locating this line:
Quote:"%JAVA_HOME%\bin\java" -Xmx1024m -Xss2m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-amd64 -jar bin/jpcsp.jar %*And then increase the -Xmx value; since you only gave 2Gb RAM is kind of hard increase that size because Windows needs RAM for the proccess working on the background. Also, you could use JPCSP Launcher and modify it on the main windows.
However, i am pretty sure that Java 7 won't give you the same error; in case it did, you know what to do.