Modify the file: apache-tomcat/bin/setenv.sh Add this params to CATALINA_OPTS and then restart JIRA service -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+UseCompressedStrings -XX:+OptimizeStringConcat -XX:+OmitStackTraceInFastThrow -XX:+UseCompressedOops
Read MorePerformance Trick: Minimize the BROWSE permission groups and members to speedup JIRA
“Replace jira-users with the ‘Anyone’ permission — Thanks to Jamie Echlin for this tip. Permission checks are expensive, especially for any JIRA issues with hundreds or thousands of links, such as GreenHopper epics.” Note that this tip is only possible with instances in which there is no anonymous access allowed or for which there is no…
Read MoreTrick for better performance: “Setting up a cache filter in Tomcat for static files”
Download the Cache filter here: Cache Filter Jar Zip This cache filter is released under an open source Apache License 2.0. The JAR file comes packaged up with the source files. Additional documentation may be found at the cache-filter project. Deploying the Cache Filter To deploy the cache filter, download the JAR file, which you…
Read MoreTrick for better performance: “Limiting the number of issues returned from a search view”
JIRA allows you to view search results in several different formats, including Word, Excel, RSS or XML. A search view that returns too many issues can take a long time for JIRA to complete and can use a large amount of memory. It can be a factor in OutOfMemoryErrors in JIRA. An large RSS feed of search results…
Read More