Skip to content

Commit

Permalink
Merge pull request #1149 from zhangbo0/main
Browse files Browse the repository at this point in the history
添加了'--ulimit nofile=10240:10240'
  • Loading branch information
zhang9w0v5 authored Jul 29, 2024
2 parents c140b2c + 19e75aa commit 208d44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy/tca_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function get_image() {
function deploy_container() {
LOG_INFO "Deploy tca container command:"
set -x
docker run -it --env TCA_INIT_DATA=$TCA_INIT_DATA \
docker run -it --ulimit nofile=10240:10240 --env TCA_INIT_DATA=$TCA_INIT_DATA \
--name $TCA_CONTAINER_NAME --publish 80:80 --publish 8000:8000 --publish 9001:9001 \
-v $TCA_DOCKER_LOG_PATH:/var/log/tca/ \
-v $TCA_DOCKER_DATA_PATH:/var/opt/tca/ \
Expand Down

0 comments on commit 208d44b

Please sign in to comment.