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.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
nodes = {
|
||||
pretix = {
|
||||
virtualisation.memorySize = 2048;
|
||||
|
||||
networking.extraHosts = ''
|
||||
127.0.0.1 tickets.local
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user