The number of goroutines is normal., but the memory continue increase. I 
did not understand why the runtime.goexit took so many memory.


在 2016年9月6日星期二 UTC+8上午11:07:42,Dave Cheney写道:
>
> It looks like your application is using 4.5gb of ram. Check the number of 
> sockets and goroutines you have running. If there are no timeouts then the 
> goroutines could remain alive pinning a lot of memory. 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to