forked from fediversity/fediversity
restore disk size
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
db0d0a90d4
commit
147171a183
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ in
|
|||
## Memory use is expected to be dominated by the NixOS evaluation,
|
||||
## which happens on the deployer.
|
||||
memorySize = 4 * 1024;
|
||||
diskSize = 32 * 1024;
|
||||
diskSize = 4 * 1024;
|
||||
cores = 2;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue