summary refs log tree commit diff
path: root/nixos/tests/clickhouse.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/clickhouse.nix')
-rw-r--r--nixos/tests/clickhouse.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/tests/clickhouse.nix b/nixos/tests/clickhouse.nix
index 2d8a7cf7aa9..017f2ee35da 100644
--- a/nixos/tests/clickhouse.nix
+++ b/nixos/tests/clickhouse.nix
@@ -1,9 +1,10 @@
 import ./make-test-python.nix ({ pkgs, ... }: {
   name = "clickhouse";
-  meta.maintainers = with pkgs.stdenv.lib.maintainers; [ ma27 ];
+  meta.maintainers = with pkgs.lib.maintainers; [ ma27 ];
 
   machine = {
     services.clickhouse.enable = true;
+    virtualisation.memorySize = 4096;
   };
 
   testScript =