diff --git a/yudao-module-system/yudao-module-system-biz/run.sh b/yudao-module-system/yudao-module-system-biz/run.sh index 7423a438c..1cf5b11a0 100644 --- a/yudao-module-system/yudao-module-system-biz/run.sh +++ b/yudao-module-system/yudao-module-system-biz/run.sh @@ -13,4 +13,4 @@ docker rmi ${app_name}:${app_version} echo '----build image----' docker buildx build -f Dockerfile -t ${app_name}:${app_version} . echo '----start container----' -docker run -d -p 48081:48081 --name ${app_name} --memory 700m ${app_name}:${app_version} \ No newline at end of file +docker run -d -p 48081:48081 --name ${app_name} --memory 750m ${app_name}:${app_version} \ No newline at end of file