From b653d62a00aee51aa3d8297db8f675d9f157702f Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Tue, 31 Aug 2021 15:47:16 +0200 Subject: [PATCH] nixos/neo4j: increase memorySize in NixOS test --- nixos/tests/neo4j.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/neo4j.nix b/nixos/tests/neo4j.nix index ca60f6cd893..1eef7b545b7 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;