mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
nodes = {
|
||||
pretix = {
|
||||
virtualisation.memorySize = 2048;
|
||||
|
||||
networking.extraHosts = ''
|
||||
127.0.0.1 tickets.local
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue