nixos/neo4j: increase memorySize in NixOS test

This commit is contained in:
Kerstin Humm 2021-08-31 15:47:16 +02:00 committed by Jonathan Ringer
parent 60b6ad6f37
commit b653d62a00

View file

@ -6,7 +6,7 @@ import ./make-test-python.nix {
{ ... }:
{
# virtualisation.memorySize = 4096;
virtualisation.memorySize = 4096;
virtualisation.diskSize = 1024;
services.neo4j.enable = true;