search for: kyrill

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

Did you mean: kirill
2016 May 12
3
R process killed when allocating too large matrix (Mac OS X)
...conceivably one could set a default cap, using something equivalent to the data in sfsmisc::Sys.meminfo() or sfsmisc::Sys.memGB() (very simple, > 10 year old interfaces, based on the Linux-only (?) '/proc/*' filesystem). In an ideal word, some of us, from R core, Jeroen, Kyrill, <one person knowing much about Windows>, maintainer("microbenchmark>, ... would sit together and devise an R function interface (based on low level platform specific interfaces, specifically for at least Linux/POSIX-compliant, Mac, and Windows) which would allow something like y...
2016 May 09
2
R process killed when allocating too large matrix (Mac OS X)
On 05/05/2016 10:11, Uwe Ligges wrote: > Actually this also happens under Linux and I had my R processes killed > more than once (and much worse also other processes so that we had to > reboot a server, essentially). I found that setting RLIMIT_AS [1] works very well on Linux. But this requires that you cap memory to some fixed value. > library(RAppArmor) > rlimit_as(1e9) >