Skip to content

Commit 44375a1

Browse files
committed
Revert resource_class to default medium
as the build resource usage seldom maxes out 4 cores nor uses more than 2GB RAM
1 parent 46673ca commit 44375a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ executors:
476476
release_exec:
477477
docker:
478478
- image: ghcr.io/ros-planning/navigation2:main
479-
resource_class: large
479+
resource_class: medium
480480
working_directory: /opt/overlay_ws
481481
environment:
482482
<<: *common_environment

.circleci/defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _common: &common
66
"build":
77
<<: *common
88
"executor": "parallel"
9-
"parallel-workers": 4
9+
"parallel-workers": 2
1010
"symlink-install": true
1111
"test":
1212
<<: *common

0 commit comments

Comments
 (0)