Re: [go-nuts] What's the max amount of RAM a Go program can allocate on 64-bit Windows?

2019-03-05 Thread johnmrusk
Thanks Andrey. On Wednesday, March 6, 2019 at 10:12:57 AM UTC+13, andrey mirtchovski wrote: > > There used to be a 512GB heap limit which was removed in Go 1.11. > Currently there should be no heap limit. For additional information > see: > > > https://github.com/golang/go/commit/2b415549b813ba

Re: [go-nuts] What's the max amount of RAM a Go program can allocate on 64-bit Windows?

2019-03-05 Thread andrey mirtchovski
There used to be a 512GB heap limit which was removed in Go 1.11. Currently there should be no heap limit. For additional information see: https://github.com/golang/go/commit/2b415549b813ba36caafa34fc34d72e47ee8335c On Tue, Mar 5, 2019 at 2:08 PM wrote: > > I've seen various figures from older v