My computer is out-of date so when running 'catkin build' the system breakdown.
I try to limit the threads when building, by:
- apply '-j2' at the end of catkin build
- export ROS_PARALLEL_JOBS2=-j2
But still failed.
I cheched that when running build, there are multiple "cc1plus" in when run "top".
Anyone know how to limit the number of cc1plus? Thanks.