Skip to content

Commit 19e75aa

Browse files
author
bruccezhang
committed
添加了'--ulimit nofile=10240:10240'
1 parent 5ac1479 commit 19e75aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy/tca_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function get_image() {
4242
function deploy_container() {
4343
LOG_INFO "Deploy tca container command:"
4444
set -x
45-
docker run -it --env TCA_INIT_DATA=$TCA_INIT_DATA \
45+
docker run -it --ulimit nofile=10240:10240 --env TCA_INIT_DATA=$TCA_INIT_DATA \
4646
--name $TCA_CONTAINER_NAME --publish 80:80 --publish 8000:8000 --publish 9001:9001 \
4747
-v $TCA_DOCKER_LOG_PATH:/var/log/tca/ \
4848
-v $TCA_DOCKER_DATA_PATH:/var/opt/tca/ \

0 commit comments

Comments
 (0)