Skip to content

Commit d0714c2

Browse files
authored
Merge pull request #264 from jajik/file-limit
test: Increase file limit for httpd container
2 parents 5ad0f6e + d065d12 commit d0714c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/includes/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ httpd_run() {
6767
echo " NAME: ${MPC_NAME:-httpd-mod_proxy_cluster}"
6868
echo "You can config those with envars MPC_SOURCES, MPC_BRANCH, MPC_CONF, MPC_NAME respectively"
6969
fi
70-
docker run -d --network=host --name ${MPC_NAME:-httpd-mod_proxy_cluster} \
70+
docker run -d --network=host --ulimit nofile=65536:65536 --name ${MPC_NAME:-httpd-mod_proxy_cluster} \
7171
-e CONF=${MPC_CONF:-httpd/mod_proxy_cluster.conf} \
7272
$HTTPD_IMG
7373

0 commit comments

Comments
 (0)