Re: [go-nuts] Memory issues when spawning 1 million go routines that communicate on a channel

2017-10-04 Thread Unni Krishnan
On Mon, Oct 2, 2017 at 7:26 PM, Unni Krishnan wrote: > >> I tried FreeOSMemory, didn't make any difference. >> > >> On Mon, 2 Oct 2017, 5:26 a.m. Ian Lance Taylor, wrote: >> >>> On Sat, Sep 30, 2017 at 9:29 AM, wrote: >>> > >>> &g

Re: [go-nuts] Memory issues when spawning 1 million go routines that communicate on a channel

2017-10-02 Thread Unni Krishnan
I tried FreeOSMemory, didn't make any difference. On Mon, 2 Oct 2017, 5:26 a.m. Ian Lance Taylor, wrote: > On Sat, Sep 30, 2017 at 9:29 AM, wrote: > > > > From what I understand reading and a few comments from the gopher slack, > > this is because go is not releasing memory back to OS but hol