Skip to content

Commit

Permalink
Merge pull request #264 from jajik/file-limit
Browse files Browse the repository at this point in the history
test: Increase file limit for httpd container
  • Loading branch information
rhusar authored Aug 12, 2024
2 parents 5ad0f6e + d065d12 commit d0714c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/includes/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ httpd_run() {
echo " NAME: ${MPC_NAME:-httpd-mod_proxy_cluster}"
echo "You can config those with envars MPC_SOURCES, MPC_BRANCH, MPC_CONF, MPC_NAME respectively"
fi
docker run -d --network=host --name ${MPC_NAME:-httpd-mod_proxy_cluster} \
docker run -d --network=host --ulimit nofile=65536:65536 --name ${MPC_NAME:-httpd-mod_proxy_cluster} \
-e CONF=${MPC_CONF:-httpd/mod_proxy_cluster.conf} \
$HTTPD_IMG

Expand Down

0 comments on commit d0714c2

Please sign in to comment.