Locating JIRA start up script(s)

Jig Bhakta May 29, 2012

We have JIRA running on Linux. Recently, we ran into an issue with Too Many Files Open. We realised that the amount of File Handles specified for JIRA was too low so we updated the file: /etc/security/limits.conf and added an entry in it to quadruple the standard file handles.

However, after a reboot of the server, this has not taken effect. We are therefore looking to edit the JIRA start up scripts to add the appropriate commands in there to increase the uLimit for the JIRA instance.

We are not able to determine, though, were this start up script(s) is. Could you point us to them?

3 answers

1 accepted

0 votes
Answer accepted
Thomas Heidenreich
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 29, 2012

I think the script file you are searching is, {jira_install_dir}/bin/setenv.sh

0 votes
Jig Bhakta May 30, 2012

Thanks. Looks like we also needed to change the pam file: /etc/pam.d/common-session after making the changes to limits.conf for those changes to take effect.

0 votes
Radu Dumitriu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 29, 2012

But how do you changed limits.conf ?

this should work on all systems:

* soft nofile 100000
* hard nofile 100000
root soft nofile 100000
root hard nofile 100000


Worked everytime for me.

Suggest an answer

Log in or Sign up to answer