Skip to content

Commit 5e3046a

Browse files
jiridanekopenshift-merge-bot[bot]
authored andcommitted
ISSUE #971: chore(gha): downsize swap partition to 256M
1 parent b60baee commit 5e3046a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/cached-builds/gha_lvm_overlay.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -Eeuo pipefail
1010
# root_reserve_mb=2048 was running out of disk space building cuda images
1111
root_reserve_mb=4096
1212
temp_reserve_mb=100
13-
swap_size_mb=4096
13+
swap_size_mb=256
1414

1515
build_mount_path="${HOME}/.local/share/containers"
1616
build_mount_path_ownership="runner:runner"

0 commit comments

Comments
 (0)