forked from fediversity/fediversity
restore disk size
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
75a16cfdf8
commit
d4ce6258ba
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,
|
## Memory use is expected to be dominated by the NixOS evaluation,
|
||||||
## which happens on the deployer.
|
## which happens on the deployer.
|
||||||
memorySize = 4 * 1024;
|
memorySize = 4 * 1024;
|
||||||
diskSize = 32 * 1024;
|
diskSize = 4 * 1024;
|
||||||
cores = 2;
|
cores = 2;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue