diff --git a/ops/modules/tvl-sso/default.nix b/ops/modules/tvl-sso/default.nix index d026c1e7c..8b413114c 100644 --- a/ops/modules/tvl-sso/default.nix +++ b/ops/modules/tvl-sso/default.nix @@ -10,6 +10,7 @@ in { description = "Apereo CAS Single Sign On server"; wantedBy = [ "multi-user.target" ]; after = [ "network.target" ]; + environment.JDK_JAVA_OPTIONS = "-Xmx512M -Xms512M"; serviceConfig = { User = "apereo-cas"; Group = "apereo-cas";