mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nixos/tests/zammad: set memory limit to 2048 MB
It seems like Zammad and the postgreSQL need more then 1 GB memory after the update to Zammad 6.2.0. So this commit sets the memory limit to 2 GB.
This commit is contained in:
parent
dc2b6d2af4
commit
6fe98c3cc8
@ -7,6 +7,10 @@ import ./make-test-python.nix (
|
||||
meta.maintainers = with lib.maintainers; [ taeer n0emis netali ];
|
||||
|
||||
nodes.machine = { config, ... }: {
|
||||
virtualisation = {
|
||||
memorySize = 2048;
|
||||
};
|
||||
|
||||
services.zammad.enable = true;
|
||||
services.zammad.secretKeyBaseFile = pkgs.writeText "secret" ''
|
||||
52882ef142066e09ab99ce816ba72522e789505caba224a52d750ec7dc872c2c371b2fd19f16b25dfbdd435a4dd46cb3df9f82eb63fafad715056bdfe25740d6
|
||||
|
Loading…
Reference in New Issue
Block a user