change the maximum heap for Synchrony

Вадим Дроздов September 6, 2017

Where do you want to insert the ' synchrony memory max ' option? 

1 answer

Reinhard Piltz September 7, 2017

synchrony.memory.max

Вадим Дроздов September 7, 2017

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".

Reinhard Piltz September 8, 2017

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%

Reinhard Piltz September 8, 2017

If Linux is based:
The following entry in the setenv.sh

CATALINA_OPTS="-Dsynchrony.memory.max=2g ${CATALINA_OPTS}"

Like Aizhan Rayeva likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events