Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ci/cached-builds/gha_lvm_overlay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ set -Eeuo pipefail
root_reserve_mb=4096
temp_reserve_mb=100
# compilation from sources needs memory, for now that's codeserver
swap_size_mb=16384
# 16GB is wasteful, 0.5GB is not enough, arm64 froze with 2GB and 4GB
# https://github.com/opendatahub-io/notebooks/issues/2404
swap_size_mb=8196

build_mount_path="${HOME}/.local/share/containers"
build_mount_path_ownership="runner:runner"
Expand Down
Loading