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 10, 2024
1 parent 3e13380 commit cabf81a
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 cabf81a

Please sign in to comment.