haxqer / confluence

The simplest docker file of Confluence. Support v8.9.4(latest) and v8.5.12(lts)
340 stars 180 forks source link

How to use "JVM_MINIMUM_MEMORY" and "JVM_MAXIMUM_MEMORY" variables properly? #57

Open yukiyukiharu opened 3 months ago

yukiyukiharu commented 3 months ago

First of all, thank you for this priceless repo!

I have a question about "JVM_MINIMUM_MEMORY" and "JVM_MAXIMUM_MEMORY" variables in docker-compose.yml file: how to use it properly?

I uncommented those lines, wrote the correct values, restarted the compose stack, but in the system info (in the web interface) I still see the default JAVA VM values of 1024 MB. What am I doing wrong?

haxqer commented 3 months ago