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 11 nodes = { 12 pretix = { 0 0 13 networking.extraHosts = '' 14 127.0.0.1 tickets.local 15 '';
··· 10 11 nodes = { 12 pretix = { 13 + virtualisation.memorySize = 2048; 14 + 15 networking.extraHosts = '' 16 127.0.0.1 tickets.local 17 '';