[Rd] Error: memory exhausted (limit reached?)

2017-03-15 Thread Guillaume MULLER
Hi, I first posted this message on r-help, but got redirected here. I encounter a strange memory error, and I'd like some help to determine if I'm doing something wrong or if there's a bug in recent R versions... I'm currently working on a DeepNet project @home, with an old PC with 4Gb RAM, ru

Re: [Rd] Error: memory exhausted (limit reached?)

2017-03-15 Thread Tomas Kalibera
Hi Guillaume, the error "C stack usage is too close to the limit" is usually caused by infinite recursion. It can also be caused by an external library that corrupts the C stack (such as Java on Linux, e.g. when using rJava). I cannot repeat the problem on my machine. To rule out the second