I am getting below exception
An internal error occurred during: \"Building workspace\".
Java heap space
and then i am getting
<
You can use that faq http://wiki.eclipse.org/FAQ_How_do_I_increase_the_heap_size_available_to_Eclipse%3F
which indicates to modify the eclipse.ini
file
the important ones
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
-vmargs
-Xms1024m
-Xmx2048m
-XX:+UseParallelGC
-XX:PermSize=512M
-XX:MaxPermSize=2048M