[go-nuts] Re: Virtual time for testing

2021-01-29 Thread mspr...@us.ibm.com
Volker: injecting sleep is a nice idea, in the general vein that Jesper said of injecting time. However, as soon as we zoom out a step and need to test both that generator and the goroutine(s) consuming and acting upon that channel activity, we get back to the essence of the original question:

[go-nuts] Re: basics of understanding golang memory usage

2020-09-24 Thread mspr...@us.ibm.com
` + `memory.kmem.usabe_in_bytes`. The cgroups `memory.stat:rss` is one page less than the sum of these procfs values: (sum of Rss of anonymous pmap blocks) + (sum of Anonymous of fd pmap blocks). Regards, Mike On Tuesday, August 18, 2020 at 1:56:30 AM UTC-4 mspr...@us.ibm.com wrote: > I collected d