I recently enable Okta SSO on our Confluence Server. The SSO login part works but it goes to our domain.com/index.action and displays a blank page. Currently running version 7.2.0. What I've read so far that this might be related to not enough memory on the heap on the setevn.sh/seten.bat file. I'm not sure how to increase the memory.
Hi,
You increase the memory in setenv.sh file which is located <installation-directory>/bin/setenv.sh
file.
You will see params like this:
CATALINA_OPTS="-Xms4096m -Xmx4096m -XX:+UseG1GC ${CATALINA_OPTS}"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.