forked from fediversity/fediversity
upgrade memory to resolve oom
This commit is contained in:
parent
f6c4485ade
commit
23fdba786d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ in
|
||||||
## default. These values have been trimmed down to the gigabyte.
|
## default. These values have been trimmed down to the gigabyte.
|
||||||
## 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 = 5 * 1024;
|
||||||
diskSize = 4 * 1024;
|
diskSize = 4 * 1024;
|
||||||
cores = 2;
|
cores = 2;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue