Is this feasible for confluence .. meaning will it accept 8g or does it need to be in "8000m" ?
CATALINA_OPTS="-Xms8g –Xmx8g -XX:+UseG1GC ${CATALINA_OPTS}"
or
CATALINA_OPTS="-Xms8000m –Xmx8000m -XX:+UseG1GC ${CATALINA_OPTS}"
Error: Could not find or load main class –Xmx2g
Nope does not like it (tried with 2g)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @NinjawithPyjamas ,
might be the character you're using for the "-". Make sure it's the same than the others arguments from the line, copy it if needed so that you're sure that's it's ok.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.