mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +01:00
nixos/clickhouse: tests: Increase Kafka memory
This commit is contained in:
parent
870c04f7d1
commit
99fa42a62d
|
|
@ -99,6 +99,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.apache-kafka.serviceConfig.StateDirectory = "apache-kafka";
|
systemd.services.apache-kafka.serviceConfig.StateDirectory = "apache-kafka";
|
||||||
|
|
||||||
|
virtualisation.memorySize = 1024 * 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue