Limits for Loading Issues
Clone Plus for Jira can generate a lot of load on your instance, slowing completion times or contributing to OutofMemory Errors
in Jira. This can happen if a JQL query returns too many issues. To prevent overload, you can configure a limit for the number of issues that can be returned by JQL.
The limit is defined in the jira-config.properties
file.
jira.search.views.default.max
The default value is 1,000. To set a smaller limit, for example, 400, change the property to jira.search.views.default.max = 400.
In new Jira installations, this properties file might not exist initially. In this case, you can create it manually in your Jira application home directory using a text editor. To learn more about configuring the different properties of this file, see Advanced Jira application configuration.