RE: [go-nuts] Memory leak when calling highly parallel goroutines

2017-10-25 Thread 'Rob Archibald' via golang-nuts
Thanks for your help on this! I really appreciate it. I've been pulling my hair out for weeks on this issue, so I truly appreciate any help you can offer. The way this runs in my production app is similar to how it works in the example app I provided. A request is sent to a web server and then

Re: [go-nuts] Memory leak when calling highly parallel goroutines

2017-10-25 Thread 'Rob Archibald' via golang-nuts
Thanks Ian, It is a memory leak because the memory continues to grow for as long as the loop continues to run. If you change the code example I gave to an infinite loop you'll see that it grows infinitely. I had it stop at 1000 for demonstration purposes because each scan request that my