feat: more agressive recovery of storage
All checks were successful
Build_Deploy / build (push) Successful in 1m46s
Build_Deploy / linter (push) Successful in 3m48s
Build_Deploy / deploy_dns (push) Successful in 1m54s
Build_Deploy / deploy_active (active) (push) Successful in 3m11s
Build_Deploy / deploy_active (active-ext) (push) Successful in 1m33s
Build_Deploy / deploy_active (active-core) (push) Successful in 6m13s
All checks were successful
Build_Deploy / build (push) Successful in 1m46s
Build_Deploy / linter (push) Successful in 3m48s
Build_Deploy / deploy_dns (push) Successful in 1m54s
Build_Deploy / deploy_active (active) (push) Successful in 3m11s
Build_Deploy / deploy_active (active-ext) (push) Successful in 1m33s
Build_Deploy / deploy_active (active-core) (push) Successful in 6m13s
This commit is contained in:
parent
fc1e1c5806
commit
1823ae396f
1 changed files with 3 additions and 3 deletions
|
@ -58,10 +58,10 @@ in {
|
||||||
# options = "--delete-older-than 30d";
|
# options = "--delete-older-than 30d";
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# to free up to 10GiB whenever there is less than 1GiB left
|
# to free up to 100GiB whenever there is less than 10GiB left
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
min-free = ${toString (1024 * 1024 * 1024)}
|
min-free = ${toString (1024 * 1024 * 1024 * 10)}
|
||||||
max-free = ${toString (1024 * 1024 * 1024 * 10)}
|
max-free = ${toString (1024 * 1024 * 1024 * 100)}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue