Re: [go-nuts] Re: go process memory limits and gurantees

2016-08-09 Thread gaurav
Please find reply inline: On Tuesday, August 9, 2016 at 8:10:46 PM UTC+5:30, Michael Jones wrote: > > First, a related question—if an attempt to allocate is about to fail, or > succeeds while crossing a threshold of “low memory remaining” (if this is > even knowable), does/should the runtime ch

Re: [go-nuts] Re: go process memory limits and gurantees

2016-08-09 Thread Michael Jones
First, a related question—if an attempt to allocate is about to fail, or succeeds while crossing a threshold of “low memory remaining” (if this is even knowable), does/should the runtime change the GC policy to be very aggressive and exploit all possible avenues to remedy? A low water / high wat