he2802 2 年之前
父节点
当前提交
eadcb43320
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 \