[go-nuts] memory leak with websocket service based on go-socket.io

2016-09-05 Thread 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

[go-nuts] memory leak with websocket service based on go-socket.io

2016-09-05 Thread aiden0xz
We have a simple websocket service based on go-socket.io and have a memory leak problem. We found the memory usage is always increase, the idle heap is not return back to the OS. The heap pprof show that the runtime.goexit took much memory, seems t