nixos/tests/gitea: increase memory for VM
Otherwise, the relevant processes are stopped by the kernel's OOM killer[1]. [1] https://github.com/NixOS/nixpkgs/pull/105698#issuecomment-737257293
This commit is contained in:
parent
16dd1c902c
commit
affb72eccd
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ let
|
|||
|
||||
nodes = {
|
||||
server = { config, pkgs, ... }: {
|
||||
virtualisation.memorySize = 2048;
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
database = { inherit type; };
|
||||
|
|
Loading…
Add table
Reference in a new issue