Skip to content

Commit

Permalink
64k limit
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Jan 30, 2024
1 parent 355185c commit 40359c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eco_build_images/wordpress_phpunit_test_runner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY wordpress_phpunit_test_runner.entrypoint /entrypoint.sh
WORKDIR /phpunit-test-runner

ENV COMPOSER_ALLOW_SUPERUSER=1
RUN bash -c 'source /root/.bashrc && source .env && ulimit -Ha && ulimit -n 524288 && ulimit -a && php prepare.php'
RUN bash -c 'source /root/.bashrc && source .env && ulimit -Ha && ulimit -n 65536 && ulimit -a && php prepare.php'

ENTRYPOINT ["/entrypoint.sh"]

Expand Down

0 comments on commit 40359c3

Please sign in to comment.