nixosTests.pleroma: increase server memory size
The server VM machine is sometimes OOMing, making the test flaky. Increasing the memory size to 512MB fixes the issue.
This commit is contained in:
parent
885ab9286e
commit
7b554c9477
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
|
|||
security.pki.certificateFiles = [ "${tls-cert}/cert.pem" ];
|
||||
networking.extraHosts = hosts nodes;
|
||||
networking.firewall.enable = false;
|
||||
virtualisation.memorySize = 512;
|
||||
environment.systemPackages = with pkgs; [
|
||||
provision-db
|
||||
provision-secrets
|
||||
|
|
Loading…
Reference in a new issue