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