From 9663ddf5550cec1d3b54d8a916cf2a7faf2612e5 Mon Sep 17 00:00:00 2001
From: teutat3s <teutates@mailbox.org>
Date: Thu, 6 Feb 2025 11:58:50 -0300
Subject: [PATCH] tests/keycloak: bump cores to 16, memory to 16384

---
 tests/keycloak.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/keycloak.nix b/tests/keycloak.nix
index 9f5241b..0638b6d 100644
--- a/tests/keycloak.nix
+++ b/tests/keycloak.nix
@@ -46,7 +46,8 @@ in
 
       systemd.tmpfiles.rules = [ "f /tmp/dbf 1777 root root 10d password" ];
 
-      virtualisation.memorySize = 4096;
+      virtualisation.cores = 16;
+      virtualisation.memorySize = 16384;
 
       pub-solar-os.auth = {
         enable = true;