add space optimizations for servers
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
ff3704a945
commit
c35ee793a1
@ -187,9 +187,10 @@
|
|||||||
connect-timeout = 20;
|
connect-timeout = 20;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# free up to 10 gb when only 1 gb left
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
min-free = ${toString (100 * 1024 * 1024)}
|
min-free = ${toString (1 * 1024 * 1024 * 1024)}
|
||||||
max-free = ${toString (1024 * 1024 * 1024)}
|
max-free = ${toString (10 * 1024 * 1024 * 1024)}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
gc = {
|
gc = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user