We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
本地测试服务端 http://127.0.0.1:18080/ 是经过smux 多路复用的;
用这个压测参数时 ab -n 500 -c 5 http://127.0.0.1:18080/,没发生内存泄露
用 ab -n 5000 -c 50 http://127.0.0.1:18080/时有内存泄露,使用go tool pprof http://localhost:6060/debug/pprof/heap\?gc\=1
The text was updated successfully, but these errors were encountered:
可能是自己代码问题,还在排查中,有进展再来同步
Sorry, something went wrong.
找到问题了,是我自己代码问题,sorry
No branches or pull requests
本地测试服务端 http://127.0.0.1:18080/ 是经过smux 多路复用的;
用这个压测参数时 ab -n 500 -c 5 http://127.0.0.1:18080/,没发生内存泄露
用 ab -n 5000 -c 50 http://127.0.0.1:18080/时有内存泄露,使用go tool pprof http://localhost:6060/debug/pprof/heap\?gc\=1
The text was updated successfully, but these errors were encountered: