Skip to content
Prev 51946 / 63424 Next

R process killed when allocating too large matrix (Mac OS X)

On 12.05.2016 09:51, Martin Maechler wrote:
I haven't found a Windows API that allows limiting the address space, 
only one that limits the working set size; it seems likely that this is 
the best we can get on OS X, too, but then my experience with OS X is 
very limited.

mallinfo() is used on Windows and seems to be available on Linux, too, 
but not on OS X.


-Kirill