63 Star 323 Fork 253

talent-tan / tio-websocket-showcase

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

搜索帮助