EmuNewz Network

Full Version: help me fix it
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Running Jpcsp 64bit...
java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at jpcsp.Allegrex.compiler.CompilerClassLoader.defineClass(CompilerClass
Loader.java:34)
at jpcsp.Allegrex.compiler.CodeBlock.loadExecutable(CodeBlock.java:168)
at jpcsp.Allegrex.compiler.CodeBlock.compile(CodeBlock.java:542)
at jpcsp.Allegrex.compiler.CodeBlock.getExecutable(CodeBlock.java:556)
at jpcsp.Allegrex.compiler.Compiler.analyse(Compiler.java:474)
at jpcsp.Allegrex.compiler.Compiler.compile(Compiler.java:555)
at jpcsp.Allegrex.compiler.RecompileExecutable.exec(RecompileExecutable.
java:41)
at _S1_4_9EAC75C.s(_S1_4_9EAC75C.java)
at _S1_4_9EAC75C.exec(_S1_4_9EAC75C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
57)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:210)
at _S1_6_9ED0710.s(_S1_6_9ED0710.java:96)
at _S1_6_9E4EFAC.s(_S1_6_9E4EFAC.java:6028)
at _S1_6_9E51AAC.s(_S1_6_9E51AAC.java:56)
at _S1_6_9E4B1A8.s(_S1_6_9E4B1A8.java:196)
at _S1_6_9E4B1A8.exec(_S1_6_9E4B1A8.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
57)
at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:210)
at _S1_6_8E68548.s(_S1_6_8E68548.java:4)
at _S1_6_8E57290.s(_S1_6_8E57290.java:4)
at _S1_6_8E57290.exec(_S1_6_8E57290.java)
at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:1
57)
at jpcsp.Allegrex.compiler.RuntimeContext.jump(RuntimeContext.java:189)
at _S1_3_88214D8.s(_S1_3_88214D8.java:88)
at _S1_3_884095C.s(_S1_3_884095C.java:396)
at _S1_3_886E83C.s(_S1_3_886E83C.java:268)
at _S1_3_886E83C.exec(_S1_3_886E83C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.execWithReturnAddress(RuntimeC
ontext.java:668)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:
709)





any1 got an idea??
it"s seems to the emulator don"t have enough resources or Ram Memory to run
on 32bit 512MB
on 64bit 1024MB
i got 4gb ram hm Sad
emulator gets 1 gb by default, but that's sometimes not enough thanks to java's sub-optimal memory management.

if your system's 32 bit, you're out of luck since you're limited to 2 gb max per program. (2 gb is reserved by windows 100% of the time, and the remaining 2 gb is shared between all running programs, so you realistically never have free 2 gb)

on 64 bit systems the 2 gb hard limit's lifted, but if you only have 4 gb you won't have much more luck since the situation's still the same as before.