about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ops/modules/tvl-sso/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/modules/tvl-sso/default.nix b/ops/modules/tvl-sso/default.nix
index d026c1e7c9..8b413114cc 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";