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:
Félix Baylac-Jacqué 2021-08-09 18:44:20 +02:00 committed by Yuka
parent 885ab9286e
commit 7b554c9477
1 changed files with 1 additions and 0 deletions

View File

@ -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