mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
Only auto collect 2G of garbage at a time
This commit is contained in:
parent
066a8e624f
commit
e0c8bb401b
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
allow-import-from-derivation = false;
|
||||
|
||||
min-free = 4 * 1024 * 1024 * 1024;
|
||||
max-free = 8 * 1024 * 1024 * 1024;
|
||||
max-free = 6 * 1024 * 1024 * 1024;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue