Skip to content

Commit

Permalink
nixos/keycloak: raise memory size in tests to 2047M
Browse files Browse the repository at this point in the history
(cherry picked from commit 937d396)
  • Loading branch information
NickCao committed Oct 7, 2024
1 parent 815c4e3 commit 3fe41d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/tests/keycloak.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ let

nodes = {
keycloak = { config, ... }: {
virtualisation.memorySize = 2047;

security.pki.certificateFiles = [
certs.ca.cert
];
Expand Down

0 comments on commit 3fe41d2

Please sign in to comment.