Re: [go-nuts] Memory Limits in Go

2017-01-28 Thread Matthew Zimmerman
I love this. I write some data analysis code and for ease of development and speed I keep the tables I build in memory. Generating those tables takes lots of memory and CPU, so I disabled the GC and manually run GC when the runtime memory stats start to get close to the system limit. Seems to be w

[go-nuts] Memory Limits in Go

2017-01-24 Thread Yves Junqueira
Hi. I've seen various discussions about adding memory limits to Go, but existing proposals are either impractical or they don't take into consideration important factors such as: - why it's so hard to have predictable memory usage - what's the effect of GOGC to your memory usage - how to