search for: malloc_mmap_threshold_

Displaying 3 results from an estimated 3 matches for "malloc_mmap_threshold_".

1998 May 26
0
Re: Beware of dangerous enviroment (Re: Overflows in minicom)
...HRESHOLD_"))) + if((s = __libc_secure_getenv("MALLOC_TRIM_THRESHOLD_"))) mALLOPt(M_TRIM_THRESHOLD, atoi(s)); - if((s = getenv("MALLOC_TOP_PAD_"))) + 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_CHE...
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
2012 Mar 01
3
murdering high-memory workers and auto-scaling
Two ideas, one more controversial than the other. First: auto-killing bloated workers.?My current app has some memory leakage that wasn''t really visible on our older passenger setup, since the auto-scaling meant that bloated workers got killed periodically. In a perfect world, we''d find and patch all of the leaks, but in the meantime (and as a safety net) I''d like to get