search for: malloc_mmap_max_

Displaying 2 results from an estimated 2 matches for "malloc_mmap_max_".

1998 May 26
0
Re: Beware of dangerous enviroment (Re: Overflows in minicom)
...D_"))) + if((s = __libc_secure_getenv("MALLOC_TOP_PAD_"))) mALLOPt(M_TOP_PAD, atoi(s)); - if((s = getenv("MALLOC_MMAP_THRESHOLD_"))) + if((s = __libc_secure_getenv("MALLOC_MMAP_THRESHOLD_"))) mALLOPt(M_MMAP_THRESHOLD, atoi(s)); - if((s = getenv("MALLOC_MMAP_MAX_"))) + if((s = __libc_secure_getenv("MALLOC_MMAP_MAX_"))) mALLOPt(M_MMAP_MAX, atoi(s)); - s = getenv("MALLOC_CHECK_"); + s = __libc_secure_getenv("MALLOC_CHECK_"); if(s) { if(s[0]) mALLOPt(M_CHECK_ACTION, (int)(s[0] - ''0'')); _...
2002 Apr 23
3
error loading huge .RData
Dear R-help, I've run into a problem loading .RData: I was running a large computation, which supposedly produce a large R object. At the end of the session, I did a save.image() and then quit. The .RData has size 613,249,399 bytes. Now I can't get R to load this .RData file. Whenever I tried, I get "Error: vector memory exhausted (limit reached)". I tried adding