georgehao commented on issue #2031: URL: https://github.com/apache/dubbo-go/issues/2031#issuecomment-1303176099
如果可以的话,发一下内存的增长的截图。如果有条件的发下 内存 diff profile的log ``` curl -s http://127.0.0.1:8080/debug/pprof/heap > 1231.heap 过 一段时间 (5m, 10m, 30m, 1h) curl -s http://127.0.0.1:8080/debug/pprof/heap > 1241.heap go tool pprof --http :9090 --base 1231.heap 1241.heap ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org