Skip to content

Commit 35ba8d9

Browse files
committed
CI: bump maxrss for aarch64 linux
Reduced number of runners from 9 to 6. This number is the total physical memory (251G) divided by the number of runners we have active (6). see previous commit 5b9e528
1 parent 7dbd21b commit 35ba8d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/aarch64-linux-debug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ninja install
5050

5151
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
5252
stage3-debug/bin/zig build test docs \
53-
--maxrss 24696061952 \
53+
--maxrss 44918199637 \
5454
-Dstatic-llvm \
5555
-Dtarget=native-native-musl \
5656
--search-prefix "$PREFIX" \

ci/aarch64-linux-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ninja install
5050

5151
# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
5252
stage3-release/bin/zig build test docs \
53-
--maxrss 24696061952 \
53+
--maxrss 44918199637 \
5454
-Dstatic-llvm \
5555
-Dtarget=native-native-musl \
5656
--search-prefix "$PREFIX" \

0 commit comments

Comments
 (0)