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
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