Re: [go-nuts] Mysterious RSS memory spike

2020-08-24 Thread Manish R Jain
ick all by itself! See https://groups.google.com/g/golang-nuts/c/LsOYrYc_Occ/m/LbjLAsL6BwAJ Regards, Mike golang-nuts@googlegroups.com wrote on 08/23/2020 11:04:47 AM: >> From: Manish R Jain >> To: "golang-nuts" >> Date: 08/23/2020 11:04 AM >> Subject: [EXT

Re: [go-nuts] Mysterious RSS memory spike

2020-08-23 Thread Mike Spreitzer
08/23/2020 11:04 AM > Subject: [EXTERNAL] [go-nuts] Mysterious RSS memory spike > Sent by: golang-nuts@googlegroups.com > > Hey Gophers, > > I'm puzzled by a mysterious RSS memory spike in my Go program, when > all memory allocations are happening via Cgo. I assert that there &

[go-nuts] Mysterious RSS memory spike

2020-08-23 Thread Manish R Jain
Hey Gophers, I'm puzzled by a mysterious RSS memory spike in my Go program, when all memory allocations are happening via Cgo. I assert that there are no memory leaks in the program. And have written another C program with similar logic which does NOT show RSS memory spiking. So, I suspect thi