There is 1 comment.
 
 
XWiki Docker images / cid:jira-generated-image-avatar-7b9d1a02-7974-492c-9f6f-434724243a5a XDOCKER-62 Open

Add ability to override the Tomcat JVM memory settings

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-7ce6457b-ae9b-4dac-9581-f1eed1421f11 Issa Gorissen on 03/Mar/26 17:12
 

Can this issue be closed please?

setenv.sh contains

if [[ ! -z "$JAVA_OPTS" ]]; then
  if [[ ! $JAVA_OPTS =~ .*-Xmx[0-9]+.* ]]; then
    JAVA_OPTS="$JAVA_OPTS $XMX"
  fi

which should allow to change the heap size