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:
Martin Weinelt 2025-05-30 18:12:10 +02:00
parent e9a830abba
commit d83926c86c
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -10,6 +10,8 @@
nodes = {
pretix = {
virtualisation.memorySize = 2048;
networking.extraHosts = ''
127.0.0.1 tickets.local
'';