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

+ 1 - 1
run-prod.sh

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