From 38b1265ced59af03cbab07f9d2fbe51def75f397 Mon Sep 17 00:00:00 2001
From: "egon w. stemle" <egon.stemle@eurac.edu>
Date: Fri, 25 Oct 2019 13:25:45 +0200
Subject: [PATCH] Fix 'ignoring option MaxPermSize; support was removed in 8.0'

---
 dockerfiles/commul-customization/tomcat-setenv.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dockerfiles/commul-customization/tomcat-setenv.sh b/dockerfiles/commul-customization/tomcat-setenv.sh
index d82f05a..f3b0ee9 100644
--- a/dockerfiles/commul-customization/tomcat-setenv.sh
+++ b/dockerfiles/commul-customization/tomcat-setenv.sh
@@ -1,4 +1,3 @@
 export CATALINA_OPTS="$CATALINA_OPTS -Xms4096m"
 export CATALINA_OPTS="$CATALINA_OPTS -Xmx8192m"
-export CATALINA_OPTS="$CATALINA_OPTS -XX:MaxPermSize=256m"
 export CATALINA_PID="$CATALINA_BASE/tomcat.pid"
-- 
GitLab