You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I read manual before asking a question. Catalina_opt passes parameters to JVM. Java doesn't understand this option. Confluence not working, I've tried different options for setting the option, the answer is always "Unrecognized VM option".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim Drosdov,
Is your Confluence application server based on Linux or Windows?
If Windows is based, is the service or .bat file started?
If the service is, see Setting Properties for Windows Services via Command Line. (Point 4)
Set the entry: -Dsynchrony.memory.max=2g
Start on Windows with bat file
The following entry in the setenv.bat
set CATALINA_OPTS=-Dsynchrony.memory.max=2g %CATALINA_OPTS%
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If Linux is based:
The following entry in the setenv.sh
CATALINA_OPTS="-Dsynchrony.memory.max=2g ${CATALINA_OPTS}"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.