Skip to content

Commit 41fdc28

Browse files
committed
chore: increase circleci test job size to 2xlarge
It was failing with: Compiling ethportal-peertest v0.1.0 (/home/circleci/project/ethportal-peertest) error: linking with `cc` failed: exit status: 1 ...<snip>... = note: collect2: fatal error: ld terminated with signal 9 [Killed] compilation terminated. This looks a lot like an OOM killer. It's not the first time that it's happened, so maybe increasing the box size will help.
1 parent f5a277e commit 41fdc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
test:
163163
description: |
164164
Run tests.
165-
resource_class: xlarge
165+
resource_class: 2xlarge
166166
executor:
167167
name: rust/default
168168
tag: 1.71.1

0 commit comments

Comments
 (0)