Skip to content

Commit

Permalink
limit CPU usage
Browse files Browse the repository at this point in the history
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
  • Loading branch information
mitsudome-r committed Feb 3, 2025
1 parent 9c95a42 commit e2cce13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/build_and_clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function build_and_clean() {

# shellcheck disable=SC2086
du -sh "$ccache_dir" && ccache -s &&
colcon build --cmake-args \
taskset -c 0-1 colcon build --cmake-args \
" -Wno-dev" \
" --no-warn-unused-cli" \
--merge-install \
Expand Down

0 comments on commit e2cce13

Please sign in to comment.