Skip to content

Commit

Permalink
Add tip about non-parallel builds to README (#477) (#479)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
ahcorde authored Jan 3, 2024
1 parent 78d3398 commit bdf138e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ The following steps are for Linux and OSX.
cd ~/ws
colcon build
```
> [!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`.
If `colcon build` fails with [this issue](https://github.com/gazebosim/ros_gz/issues/401)
Expand Down

0 comments on commit bdf138e

Please sign in to comment.