1 Star 0 Fork 70

liuh694 / tio-http-server-showcase

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
startup.bat 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
talent-tan 提交于 2018-07-07 17:33 . no commit message
rem -Xms64m -Xmx2048m
@echo off
setlocal & pushd
set APP_ENTRY=org.tio.http.server.showcase.HttpServerShowcaseStarter
set BASE=%~dp0
set CP=%BASE%\config;%BASE%\lib\*
java -Xverify:none -Xms64m -Xmx256m -XX:+HeapDumpOnOutOfMemoryError -Dtio.default.read.buffer.size=512 -XX:HeapDumpPath=/java-t-io-im-server-pid.hprof -cp "%CP%" %APP_ENTRY%
endlocal & popd
Java
1
https://gitee.com/liuh1988/tio-http-server-showcase.git
git@gitee.com:liuh1988/tio-http-server-showcase.git
liuh1988
tio-http-server-showcase
tio-http-server-showcase
master

搜索帮助