From 99fa42a62d68f9073cbcb9b4ab812a36c303b77e Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Mon, 29 Sep 2025 21:02:45 +0100 Subject: [PATCH] nixos/clickhouse: tests: Increase Kafka memory --- nixos/tests/clickhouse/kafka.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/clickhouse/kafka.nix b/nixos/tests/clickhouse/kafka.nix index 65dbd98be96f..71f0df3c0530 100644 --- a/nixos/tests/clickhouse/kafka.nix +++ b/nixos/tests/clickhouse/kafka.nix @@ -99,6 +99,8 @@ in }; systemd.services.apache-kafka.serviceConfig.StateDirectory = "apache-kafka"; + + virtualisation.memorySize = 1024 * 2; }; };