From 7b554c947764b14cec5d6b839a6d52666190e223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Baylac-Jacqu=C3=A9?= Date: Mon, 9 Aug 2021 18:44:20 +0200 Subject: [PATCH] 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. --- nixos/tests/pleroma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/pleroma.nix b/nixos/tests/pleroma.nix index aacd9e01eb1..c1973f88f5d 100644 --- a/nixos/tests/pleroma.nix +++ b/nixos/tests/pleroma.nix @@ -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