Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-8043

EC2 AMI: please increase the ulimit nofile from default 1024 to 8096

      /etc/security/limits.conf

      The bamboo user should have more than the default 1024. One example fix would be to add the possible lines.

      bamboo        soft    nofile  8096
      bamboo        hard    nofile  8096
      

            [BAM-8043] EC2 AMI: please increase the ulimit nofile from default 1024 to 8096

            Alternatively, if you can't upgrade Bamboo but you have an EBS, you can add the following to the customise-extras.sh file:

            echo 'bamboo hard nofile 8192' >> /etc/security/limits.conf
            

            Maleko Taylor (Inactive) added a comment - Alternatively, if you can't upgrade Bamboo but you have an EBS, you can add the following to the customise-extras.sh file: echo 'bamboo hard nofile 8192' >> /etc/security/limits.conf

            This could be done as part of BAM-7720

            The change was done in the OS customisation script, so once/whenever we upgrade, it will be there.

            Przemek Bruski added a comment - This could be done as part of BAM-7720 The change was done in the OS customisation script, so once/whenever we upgrade, it will be there.

            This could be done as part of BAM-7720

            Bryce Johnson [Atlassian] added a comment - This could be done as part of BAM-7720

              pbruski Przemek Bruski
              bjohnson Bryce Johnson [Atlassian]
              Affected customers:
              0 This affects my team
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: