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.

Changed files
+2
nixos
tests
web-apps
+2
nixos/tests/web-apps/pretix.nix
···
nodes = {
pretix = {
networking.extraHosts = ''
127.0.0.1 tickets.local
'';
···
nodes = {
pretix = {
+
virtualisation.memorySize = 2048;
+
networking.extraHosts = ''
127.0.0.1 tickets.local
'';