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

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

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

2019-03-05 Thread johnmrusk
I've seen various figures from older versions of 16 GB, 128 GB and (I think) 32 GB. What's the limit in recent versions of Go? John -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from