Open
Description
Hi all,
I tried to regenerate the Eclipse projects with catkin-tools, as mentioned in issue #49.
"catkin_make" generated only one big eclipse project for the whole workspace.
"catkin build" generates one project for each package. Handling each package separately is one of "catkin build"'s advantages, but eclipse is not able to handle a lot of packages (55 in my case) in one workspace.
Typically, when I say "rebuild index" in eclipse, it throws some error:
Error: GC overhead limit exceeded.
Does someone has the same experience and maybe a good solution for that?
Kind regards,
Stephan