1 Star 0 Fork 263

码农/tio-websocket-showcase

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
startup.bat 360 Bytes
Copy Edit Raw Blame History
talent-tan authored 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/egqtgcjz/tio-websocket-showcase.git
git@gitee.com:egqtgcjz/tio-websocket-showcase.git
egqtgcjz
tio-websocket-showcase
tio-websocket-showcase
master

Search