| author | |
| committer | |
| log | 35ba8d95a1afd0bebba3c32cf68990f5129fabfe |
| tree | 7a584b282f704ac9f6909ec92d8ff62cc04c4320 |
| parent | 7dbd21bd5b2e8eecb541f873b99d992a7b8dd23f |
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 5b9e528bc550e7ea9e286fdd2324316f9895d5da2 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 |
| 50 | 50 | ||
| 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. |
| 52 | stage3-debug/bin/zig build test docs \ | 52 | stage3-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 |
| 50 | 50 | ||
| 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. |
| 52 | stage3-release/bin/zig build test docs \ | 52 | stage3-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" \ |