he2802 2 years ago
parent
commit
894ff022b9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      run-prod.sh

+ 2 - 2
run-prod.sh

@@ -21,8 +21,8 @@ docker run -p 5055:5055 --name ${app_name} \
 --restart=always \
 -e 'spring.profiles.active'=${profile_active} \
 -e TZ="Asia/Shanghai" \
--m -1 \
---cpus=4 \
+#-m -1 \
+#--cpus=4 \
 -v /etc/localtime:/etc/localtime \
 -v /usr/share/fonts:/usr/share/fonts \
 -v /data/logs/prod_api:/logs \