nixos/neo4j: increase memorySize in NixOS test

This commit is contained in:
Kerstin Humm
2022-08-12 15:45:48 -07:00
committed by Jonathan Ringer
parent 60b6ad6f37
commit b653d62a00
+1 -1
View File
@@ -6,7 +6,7 @@ import ./make-test-python.nix {
{ ... }:
{
# virtualisation.memorySize = 4096;
virtualisation.memorySize = 4096;
virtualisation.diskSize = 1024;
services.neo4j.enable = true;