Skip to content

Commit

Permalink
Merge pull request #143 from boesing/feature/raise-open-files-limit-t…
Browse files Browse the repository at this point in the history
…estuser

Raise open files limit back to ubuntu v20 values
  • Loading branch information
boesing authored Dec 16, 2022
2 parents 3033a6e + dced84b commit aaf728e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,7 @@ COPY setup/phpunit/problem-matcher.json /etc/laminas-ci/problem-matcher/phpunit.

RUN useradd -ms /bin/bash testuser

# Copy ubuntu setup
COPY setup/ubuntu /

ENTRYPOINT ["entrypoint.sh"]
2 changes: 2 additions & 0 deletions setup/ubuntu/etc/security/limits.d/testuser.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
testuser soft nofile 1048576
testuser hard nofile 1048576

0 comments on commit aaf728e

Please sign in to comment.