Hi,
while running junit tests I always seem to run into the above error. I have monitored eclipse with JConsole and heap memory peaks at about 150MB and yet I have set heap memory to 1GB?
I am using the following argumments when starting eclipse
-vm "C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe" -vmargs -Xmx1024M -XX:MaxPermSize=128M -Dcom.sun.management.jmxremote.port=8999 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
Does anyone know what may be causing this issue? Its only when running junit tests
thanks