gazebosim / ros_gz

Integration between ROS (1 and 2) and Gazebo simulation
https://gazebosim.org
Apache License 2.0
211 stars 125 forks source link

Additional tip for limiting number of CPUs #480

Closed azeey closed 6 months ago

azeey commented 6 months ago

🦟 Bug fix

Summary

From https://robotics.stackexchange.com/a/97898/31574, colcon uses all available CPU cores when building a single package. Setting MAKEFLAGS="-j 1" would help if users are running out of memory.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

ahcorde commented 6 months ago

https://github.com/Mergifyio backport humble iron