Anyone ever come accross this before? I suspect it's related to some system memory monitor/management as it's only happening to me on supercomputer nodes.
new and GC.malloc fail, core.stdc.malloc works
John Colvin via Digitalmars-d-learn Tue, 24 Jun 2014 03:11:25 -0700
I'm getting OutOfMemoryErrors on some machines when calling
GC.malloc (or new) for anything large (more than about 1GB),
where core.stdc.malloc works fine.
- new and GC.malloc fail, core.stdc.mall... John Colvin via Digitalmars-d-learn
- Re: new and GC.malloc fail, core.... John Colvin via Digitalmars-d-learn
- Re: new and GC.malloc fail, core.... bearophile via Digitalmars-d-learn
- Re: new and GC.malloc fail, c... John Colvin via Digitalmars-d-learn
- Re: new and GC.malloc fai... John Colvin via Digitalmars-d-learn
