authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-05-24 11:35:30-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-05-24 11:36:30-07:00
log35ba8d95a1afd0bebba3c32cf68990f5129fabfe
tree7a584b282f704ac9f6909ec92d8ff62cc04c4320
parent7dbd21bd5b2e8eecb541f873b99d992a7b8dd23f

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 5b9e528bc550e7ea9e286fdd2324316f9895d5da

2 files changed, 2 insertions(+), 2 deletions(-)

ci/aarch64-linux-debug.sh+1-1
...@@ -50,7 +50,7 @@ ninja install...@@ -50,7 +50,7 @@ ninja install
5050
51# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.51# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
52stage3-debug/bin/zig build test docs \52stage3-debug/bin/zig build test docs \
53 --maxrss 24696061952 \53 --maxrss 44918199637 \
54 -Dstatic-llvm \54 -Dstatic-llvm \
55 -Dtarget=native-native-musl \55 -Dtarget=native-native-musl \
56 --search-prefix "$PREFIX" \56 --search-prefix "$PREFIX" \
ci/aarch64-linux-release.sh+1-1
...@@ -50,7 +50,7 @@ ninja install...@@ -50,7 +50,7 @@ ninja install
5050
51# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.51# No -fqemu and -fwasmtime here as they're covered by the x86_64-linux scripts.
52stage3-release/bin/zig build test docs \52stage3-release/bin/zig build test docs \
53 --maxrss 24696061952 \53 --maxrss 44918199637 \
54 -Dstatic-llvm \54 -Dstatic-llvm \
55 -Dtarget=native-native-musl \55 -Dtarget=native-native-musl \
56 --search-prefix "$PREFIX" \56 --search-prefix "$PREFIX" \