Any old school DataCentre admins here? We're less and less everyday!
Company is still hosting Confluence on DC. I have set the following Catalina env system property as per https://confluence.atlassian.com/conf720/recognized-system-properties-1168862368.html:
CATALINA_OPTS="-Ddiagnostics.os.min.free.memory.megabytes=1024 ${CATALINA_OPTS}"
Also tried with 512MB just to move the threshold a lot. But still atlassian-confluence.log throws:
ERROR ; OS ; OS-1002 ; Low free disk space ; not-detected ; ; ; {\"directory\":\"/var/atlassian/application-data/confluence9.5\",\"freeInMegabytes\":1259,\"totalInMegabytes\":28662,\"minimumInMegabytes\":8192}
Component 'Operating System' alerted 'Low free disk space' (details: {\"directory\":\"/var/atlassian/application-data/confluence9.5\",\"freeInMegabytes\":1259,\"totalInMegabytes\":28662,\"minimumInMegabytes\":8192}, trigger: {\"pluginKey\": \"not-detected\"})When I start Confluence it seems to accept these system property because I see:
Using CATALINA_OPTS: -Ddiagnostics.os.min.free.memory.megabytes=1024 -Dapplinks.allow.all.hosts=true -Datlassian.plugins.startup.options='' -Dorg.apache.tomcat.websocket.DEFAULT_BUFFER_SIZE=32768 -Dconfluence.context.path= -Dsynchrony.enable.xhr.fallback=true
What am I doing wrong? Thanks in advance!
Hi
Look at this article, maybe can help you
http://support.atlassian.com/confluence/kb/health-check-free-disk-space-local-home/
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.