Skip to content

Commit

Permalink
Revert resource_class to default medium
Browse files Browse the repository at this point in the history
as the build resource usage seldom maxes out 4 cores
nor uses more than 2GB RAM
  • Loading branch information
ruffsl committed Apr 26, 2023
1 parent 46673ca commit 44375a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ executors:
release_exec:
docker:
- image: ghcr.io/ros-planning/navigation2:main
resource_class: large
resource_class: medium
working_directory: /opt/overlay_ws
environment:
<<: *common_environment
Expand Down
2 changes: 1 addition & 1 deletion .circleci/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _common: &common
"build":
<<: *common
"executor": "parallel"
"parallel-workers": 4
"parallel-workers": 2
"symlink-install": true
"test":
<<: *common
Expand Down

0 comments on commit 44375a1

Please sign in to comment.