We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a325b commit 8e675fbCopy full SHA for 8e675fb
.circleci/config.yml
@@ -1186,6 +1186,8 @@ jobs:
1186
image: ubuntu-2404:current
1187
docker_layer_caching: true # Since we are building docker images for components, we'll cache the layers for faster builds
1188
resource_class: xlarge
1189
+ environment:
1190
+ OP_ACCEPTOR_CONCURRENCY: 4 # limit concurrency to 4 to reduce strain on the CI runner
1191
steps:
1192
- checkout-from-workspace
1193
- unless:
0 commit comments