Skip to content

Commit 937d396

Browse files
committed
nixos/keycloak: raise memory size in tests to 2047M
1 parent 05caac3 commit 937d396

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nixos/tests/keycloak.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ let
2020

2121
nodes = {
2222
keycloak = { config, ... }: {
23+
virtualisation.memorySize = 2047;
24+
2325
security.pki.certificateFiles = [
2426
certs.ca.cert
2527
];

0 commit comments

Comments
 (0)