mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
change limit to 16000 (#920)
This commit is contained in:
committed by
GitHub
parent
061856ba2b
commit
b32d652ed9
@@ -5,7 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
availableSpaceMB=$(df / -hm | sed 1d | awk '{ print $4}')
|
availableSpaceMB=$(df / -hm | sed 1d | awk '{ print $4}')
|
||||||
minimumFreeSpaceMB=17800
|
minimumFreeSpaceMB=16000
|
||||||
|
|
||||||
echo "Available disk space: $availableSpaceMB MB"
|
echo "Available disk space: $availableSpaceMB MB"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user