Unverified Commit d83926c8 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

nixos/tests/pretix: increase memory to 2 GiB

During the test I noticed that journald said it was under memory pressure
and the test progress slowed to a crawl.
parent e9a830ab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@

  nodes = {
    pretix = {
      virtualisation.memorySize = 2048;

      networking.extraHosts = ''
        127.0.0.1 tickets.local
      '';