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

View file

@ -202,6 +202,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
security.pki.certificateFiles = [ "${tls-cert}/cert.pem" ]; security.pki.certificateFiles = [ "${tls-cert}/cert.pem" ];
networking.extraHosts = hosts nodes; networking.extraHosts = hosts nodes;
networking.firewall.enable = false; networking.firewall.enable = false;
virtualisation.memorySize = 512;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
provision-db provision-db
provision-secrets provision-secrets