7 Star 29 Fork 13

talent-tan/tio-http-apitool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
startup.bat 344 Bytes
一键复制 编辑 原始数据 按行查看 历史
talent-tan 提交于 2019-07-10 16:33 +08:00 . no commit message
rem -Xms64m -Xmx2048m
@echo off
setlocal & pushd
set APP_ENTRY=org.tio.http.apitool.HttpApiToolStarter
set BASE=%~dp0
set CP=%BASE%\config;%BASE%\lib\*
java -Xverify:none -Xms64m -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError -Dtio.default.read.buffer.size=512 -XX:HeapDumpPath=/java-t-io-im-server-pid.hprof -cp "%CP%" %APP_ENTRY%
endlocal & popd
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/tywo45/tio-http-apitool.git
git@gitee.com:tywo45/tio-http-apitool.git
tywo45
tio-http-apitool
tio-http-apitool
master

搜索帮助