Skip to content

Commit 71c0b5a

Browse files
committed
Issue #2404: chore(ci): reduce swap size in gha_lvm_overlay.sh
1 parent 8feb92d commit 71c0b5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/cached-builds/gha_lvm_overlay.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ set -Eeuo pipefail
1111
root_reserve_mb=4096
1212
temp_reserve_mb=100
1313
# compilation from sources needs memory, for now that's codeserver
14-
swap_size_mb=16384
14+
# https://github.com/opendatahub-io/notebooks/issues/2404
15+
swap_size_mb=512
1516

1617
build_mount_path="${HOME}/.local/share/containers"
1718
build_mount_path_ownership="runner:runner"

0 commit comments

Comments
 (0)