Skip to content

Commit

Permalink
Add tip about non-parallel builds to README (#477) (#478)
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 ced7387 commit f09a391
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 @@ -128,6 +128,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`.
## ROSCon 2022

Expand Down

0 comments on commit f09a391

Please sign in to comment.