I\'m working on some legacy C++ code written using \"vi\" and \"emacs\" and I am trying to build an eclipse CDT setup to maintain it (on linux). The two main problems I\'ve
-Xss8g on eclipse.ini was also needed on Neon to prevent stack overflow.
-Xss8g
eclipse.ini
Also consider ulimit -Sv unlimited.
ulimit -Sv unlimited
Tested on Ubuntu 14.04.