Re: [go-nuts] Go memory usage

2017-10-24 Thread Ben Barbour
Lance Taylor wrote: > On Mon, Oct 23, 2017 at 11:11 AM, Ben Barbour > wrote: > > > > I wrote a small go program and each instance of it takes about 10MB when > executed, according to top's global usage counter (not sure if this is a > great way of measuring...). The detail

[go-nuts] Go memory usage

2017-10-23 Thread Ben Barbour
Hi all, I wrote a small go program and each instance of it takes about 10MB when executed, according to top's global usage counter (not sure if this is a great way of measuring...). The details of what it does aren't important for now, but this does prompt me to ask a few questions about go mem