I'm running some Java code doing some crypto stuff and it gets a java.lang.OutOfMemoryError
.
I modified the eclipse.ini
from -Xmx1024m
to -Xmx2048m
.
I opened the task manager and I run the app again and I saw that the JVM is consuming all the 2048 MB of RAM and still the same error. Then I put 3500 MB, but in the task manager the JVM still used only 2048 MB of RAM and still the same error.
What can I do? What other info should I publish to help you help me?