Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

By default, ActivityTimeline app is configured to use up to 1GB of memory from the host Jira instance.

This is more than enough for 80% of Jira instances.

However, ActivityTimeline app running on a large Jira DC instance may require more memory for a better performance. It is possible to configure a larger memory limit for ActivityTimeline app.

Please keep in mind that you should increase the maximum amount of memory allocated to Jira Server/DC itself before increasing it for the ActivityTimeline app specifically. See how here.

Configuration Steps

  1. Open <JIRA_HOME>/plugins/activitytimeline/config/at.properties file for editing. <JIRA_HOME> is usually /var/atlassian/application-data/jira on Linux servers.

  2. Add the following line into that file:

    at.java_startup.args=-Xmx2g -XX:MaxPermSize=512m

    This will increase the maximum limit to 2GB of memory and 512MB of max heap size.

  3. Save at.properties file.

  4. Open a troubleshooting page at the following link and click Restart (or Start) service button: https://<JIRA_HOME_URL>/plugins/servlet/activitytimelineconfig/configuration

This should let ActivityTimeline to allocate more memory for workload calculation, report generation and other resource intensive tasks.

In case you are not sure about the procedure, please make sure to contact our Support Team

  • No labels