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 d1b57b7 commit 9b2194cCopy full SHA for 9b2194c
ci/cached-builds/gha_lvm_overlay.sh
@@ -11,7 +11,9 @@ set -Eeuo pipefail
11
root_reserve_mb=4096
12
temp_reserve_mb=100
13
# compilation from sources needs memory, for now that's codeserver
14
-swap_size_mb=16384
+# 16GB is wasteful, 0.5GB is not enough, arm64 froze with 2GB and 4GB
15
+# https://github.com/opendatahub-io/notebooks/issues/2404
16
+swap_size_mb=8196
17
18
build_mount_path="${HOME}/.local/share/containers"
19
build_mount_path_ownership="runner:runner"
0 commit comments