nixos/clickhouse: tests: Increase Kafka memory

This commit is contained in:
Jonathan Davies 2025-09-29 21:02:45 +01:00
parent 870c04f7d1
commit 99fa42a62d
No known key found for this signature in database

View file

@ -99,6 +99,8 @@ in
};
systemd.services.apache-kafka.serviceConfig.StateDirectory = "apache-kafka";
virtualisation.memorySize = 1024 * 2;
};
};