This content has been marked as final.
Show 4 replies
-
1. Re: How to resolve errors on the IDE ?
nickboldt Mar 27, 2015 12:59 PM (in response to ripper2hl)1 of 1 people found this helpfulhttps://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F
Increasing heap space in eclipse: (java.lang.OutOfMemoryError) - Stack Overflow
Increase Eclipse Memory Size to avoid OutOfMemory (OOM) on Startup - Java Heap Space • Crunchify
-
2. Re: How to resolve errors on the IDE ?
dgolovin Mar 27, 2015 1:09 PM (in response to ripper2hl)1 of 1 people found this helpfulI would try to remove -Xms2048m form ini file. I also had similar problems under Fedora when several JVM instances were running at the same time, so I had to stop all running JVMs before running eclipse to solve the issue.
-
3. Re: How to resolve errors on the IDE ?
ripper2hl Mar 27, 2015 2:32 PM (in response to nickboldt)thanks for the info but I review all the common mistakes with java heap, check jbdevstudio.ini, i have 8 gb ram
-
4. Re: How to resolve errors on the IDE ?
ripper2hl Mar 27, 2015 2:47 PM (in response to dgolovin)thanks !! , i have this problem from december but i dont know what happend