nixos/tests/pretix: increase memory to 2 GiB
During the test I noticed that journald said it was under memory pressureand the test progress slowed to a crawl.
Martin Weinelt 6 months ago d83926c8 e9a830ab
··· 10 10 11 11 nodes = { 12 12 pretix = { 13 13 + virtualisation.memorySize = 2048; 14 14 + 13 15 networking.extraHosts = '' 14 16 127.0.0.1 tickets.local 15 17 '';