about summary refs log tree commit diff
path: root/nixos/tests/neo4j.nix
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2021-08-31 15:47:16 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-08-12 15:45:48 -0700
commitb653d62a00aee51aa3d8297db8f675d9f157702f (patch)
treef67e9fc54aa6c4a8330965a9b291781957961127 /nixos/tests/neo4j.nix
parent60b6ad6f3789dea667332a31050fbd93a453a157 (diff)
nixos/neo4j: increase memorySize in NixOS test
Diffstat (limited to 'nixos/tests/neo4j.nix')
-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;