Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I resolved this issue by following actions.


Check point 1. Apache proxy

If you are using Apache proxy, you should check if you change the setting like below.

Code Block
to be updated


Check point 2. 1) Modifying /etc/security/limits.conf in my CentOS 7 server.

Code Block
* hard nofile 500000
* soft nofile 500000
root hard nofile 500000
root soft nofile 500000


2) Check point 3. Modifying a value of maxThreads.Connector in <confluence_home_directory>/conf/server.xml

...

Once your modification is done, you should restart your server to take effect.


3) Check point 4. Modifying start.sh

One of the possibility is caused by memory limits. In my case, mx used the default value (1024m), so I changed its size to 2048m. 

...

Once your modification is done, you should restart your server to take effect.


Check point 5. Adding more memory to Synchrony

Code Block
to be updated


Other approaches

https://confluence.atlassian.com/doc/troubleshooting-collaborative-editing-858772087.html