Displaying 1 result from an estimated 1 matches for "trainsetwhol".
Did you mean:
trainsetwhole
2017 Mar 15
1
Error: memory exhausted (limit reached?)
...I did it several time, everything was working fine.
A few days ago, I tried to pursue my work on anther machine @work, I wanted to use a more recent & powerful machine with 8Gb of RAM running under Ubuntu 16.10, but I ran into a strange error:
$ R
16:05:12 R > trainSet <- read.csv("trainSetWhole.csv")
Error: memory exhausted (limit reached?)
Error: C stack usage 7970548 is too close to the limit
I read a few fora on the Internet and found a potential workaround, consisting in increasing the stack size using ulimit. Unfortunately, it doesn't work for me:
$ ulimit -s
8192
$ uli...