Skip to content

Commit 63d11a1

Browse files
committed
Issue #2404: chore(ci): reduce swap size in gha_lvm_overlay.sh
1 parent d1b57b7 commit 63d11a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/cached-builds/gha_lvm_overlay.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ 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+
# 16GB is wasteful, 0.5GB is not enough
15+
# https://github.com/opendatahub-io/notebooks/issues/2404
16+
swap_size_mb=2048
1517

1618
build_mount_path="${HOME}/.local/share/containers"
1719
build_mount_path_ownership="runner:runner"

0 commit comments

Comments
 (0)