diff --git a/README.md b/README.md index 0d969016..53755a5d 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,8 @@ The following steps are for Linux and OSX. ``` > [!TIP] > The `ros_gz` library makes heavy use of templates which causes compilers to consume a lot of memory. If your build fails with `c++: fatal error: Killed signal terminated program cc1plus` - > try building with `colcon build --parallel-workers=1 --executor sequential`. + > try building with `colcon build --parallel-workers=1 --executor sequential`. You might also have to set `export MAKEFLAGS="-j 1"` before running `colcon build` to limit + > the number of processors used to build a single package. If `colcon build` fails with [this issue](https://github.com/gazebosim/ros_gz/issues/401)