-
Suggestion
-
Resolution: Won't Do
-
None
-
None
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Quite a few customers run into the problem in Loss of Functionality due to Too Many Open Files Error, where their instance stops working because the max file limit has been reached. We could workaround this by adding a ulimit set to $JIRA_INSTALL/bin/setenv.sh, for example:
ulimit -n 4096
This would serve to prevent customers from running into this problem without requiring larger non-trivial coding changes as in JRA-33887. Can you please add changes to setenv.sh to set this argument? Thanks
- relates to
-
JRASERVER-29587 Jira does not close handles of old index properly
-
- Closed
-
-
JRACLOUD-33463 Increase the ulimit by default for JIRA installation
- Closed
-
JRASERVER-33887 Implement JIRA Lucene Index NFS Support
- Gathering Interest
[JRASERVER-33463] Increase the ulimit by default for JIRA installation
Remote Link | Original: This issue links to "Page (Atlassian Documentation)" [ 117231 ] |
Remote Link | Original: This issue links to "Page (Atlassian Documentation)" [ 128758 ] |
Workflow | Original: JAC Suggestion Workflow [ 3047737 ] | New: JAC Suggestion Workflow 3 [ 3673363 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2606959 ] | New: JAC Suggestion Workflow [ 3047737 ] |
Workflow | Original: JIRA PM Feature Request Workflow v2 - TEMP [ 2558891 ] | New: Confluence Workflow - Public Facing v4 [ 2606959 ] |
Status | Original: Closed [ 6 ] | New: Resolved [ 5 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 - TEMP [ 2344302 ] | New: JIRA PM Feature Request Workflow v2 - TEMP [ 2558891 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 [ 2117269 ] | New: JIRA Bug Workflow w Kanban v6 - TEMP [ 2344302 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 - TEMP [ 2077468 ] | New: JIRA Bug Workflow w Kanban v6 [ 2117269 ] |
Workflow | Original: JIRA Bug Workflow w Kanban v6 [ 882792 ] | New: JIRA Bug Workflow w Kanban v6 - TEMP [ 2077468 ] |
Description |
Original:
Quite a few customers run into the problem in [Loss of Functionality due to Too Many Open Files Error|https://confluence.atlassian.com/display/JIRAKB/Loss+of+Functionality+due+to+Too+Many+Open+Files+Error], where their instance stops working because the max file limit has been reached. We could workaround this by adding a ulimit set to {{$JIRA_INSTALL/bin/setenv.sh}}, for example:
{code} ulimit -n 4096 {code} This would serve to prevent customers from running into this problem without requiring larger non-trivial coding changes as in JRA-33887. Can you please add changes to {{setenv.sh}} to set this argument? Thanks :) |
New:
{panel:bgColor=#e7f4fa} *NOTE:* This suggestion is for *JIRA Server*. Using *JIRA Cloud*? [See the corresponding suggestion|http://jira.atlassian.com/browse/JRACLOUD-33463]. {panel} Quite a few customers run into the problem in [Loss of Functionality due to Too Many Open Files Error|https://confluence.atlassian.com/display/JIRAKB/Loss+of+Functionality+due+to+Too+Many+Open+Files+Error], where their instance stops working because the max file limit has been reached. We could workaround this by adding a ulimit set to {{$JIRA_INSTALL/bin/setenv.sh}}, for example: {code} ulimit -n 4096 {code} This would serve to prevent customers from running into this problem without requiring larger non-trivial coding changes as in JRA-33887. Can you please add changes to {{setenv.sh}} to set this argument? Thanks :) |