Hi
I am finalizing testing the Atlassian applications, and noticed that Confluence application's performance is bad.
The version is 5.8.4 which is the newest version..
JIRA, Stash, Crowd is working fine, there are some slowness here and there, but it is normal internet application problem..
However, Confluence is different story.. it works like normal application for few seconds or few minutes, and slow down like I don't want to use it anymore.. Even going into same space, some times it is normal speed but other times, I am just waiting and waiting for the page to load..
I did increased the RAM and CPU just for Confluence and set Confluence memory as highest as possible..
Also did some upgrade on DB.. but still nothing changed..
For example, when I click on "Confluence" once it took 2 seconds to load main page, few times it took 20seconds to load main page... average time is 12seconds.. which is not good at all..
Is it just me having this problem?
Since Confluence 5.8.x was released, only JAVA 1.8 is supported. So, on JAVA 1.8 you don't have more the MaxPermSize parameter, from now you need to use MaxMetaspaceSize
Young, about the slowness, this might be caused for many factors. Please check the following:
Regards,
Renato Rudnicki
Specifying MaxMetaspaceSize will specify an upper limit of Metaspace utilization. If MaxMetaspaceSize is not specified, the JVM will use as much Metaspace as it needs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
try this in the setenv.sh file
CATALINA_OPTS="$CATALINA_OPTS -Xms4096m -Xmx8192m -XX:MaxPermSize=1024m -XX:+UseG1GC"
CATALINA_OPTS="$CATALINA_OPTS -Djava.awt.headless=true"
CATALINA_OPTS="$CATALINA_OPTS -Xloggc:$LOGBASEABS/logs/gc-`date +%F_%T`.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=2M"
CATALINA_OPTS="$CATALINA_OPTS -XX:-PrintGCDetails -XX:+PrintGCTimeStamps -XX:-PrintTenuringDistribution"
export CATALINA_OPTS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it does not start when I change my original setenv.sh to what you posted.. (Changed only that part) i am assuming because you have $CATALINA_OPTS inside of "" so I took that out and started.. does that make any difference?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is awful advice. Someone should never copy-paste in commands into setenv.sh. They should be very aware of what settings they are setting. Furthermore, that is a huge amount of RAM that you've allocated to Confluence. Is that really necessary? 8GB lol
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, 8GB are the least you need for very large instances! We have 10GB for our Enterprise instance. However, such parameter needs only to be set if you have a huge mass of active users and performance hungry actions going on. On Conf 5.8.5 we also have performance issues which especially come when trying to rebuild the search index
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.
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.