配置内存占用大小

This commit is contained in:
bwcx_jzy 2021-09-18 13:06:54 +08:00
parent 280e0f9bd6
commit 9a88500c4f
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ set RUNJAR=
@REM 请勿修改----------------------------------↑
@REM 是否开启控制台日志文件备份
set LogBack=true
set JVM=-server
set JVM=-server -Xms200m -Xmx400m
set ARGS= --jpom.applicationTag=%Tag% --jpom.log=%basePath%log --spring.profiles.active=pro --server.port=2123
@REM 读取jar

View File

@ -37,7 +37,7 @@ set RUNJAR=
@REM 请勿修改----------------------------------↑
@REM 是否开启控制台日志文件备份
set LogBack=true
set JVM=-server
set JVM=-server -Xms254m -Xmx1024m
set ARGS= --jpom.applicationTag=%Tag% --spring.profiles.active=pro --jpom.log=%basePath%log --server.port=2122
@REM 读取jar