forked from Fediversity/Fediversity
upgrade memory to resolve oom
This commit is contained in:
parent
16c133d9c7
commit
d431cd96b2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,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