summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/tests/neo4j.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/neo4j.nix b/nixos/tests/neo4j.nix
index ca60f6cd89314..1eef7b545b7e7 100644
--- a/nixos/tests/neo4j.nix
+++ b/nixos/tests/neo4j.nix
@@ -6,7 +6,7 @@ import ./make-test-python.nix {
       { ... }:
 
       {
-	# virtualisation.memorySize = 4096;
+	virtualisation.memorySize = 4096;
 	virtualisation.diskSize = 1024;
 
         services.neo4j.enable = true;