When I run a R script from eclipse statET, I get an out of memory error. However, I have no problem running the script in a console. Is it because the Eclipse puts a memory limit layer on top of the R process? If so, would other R GUIs have the same problem, say RStudio/JGR?
EDIT: per gsk3 suggestions
- 32 bit windows-xp with R 2.12.1.
- memory.limit = 2048.
My question is whether Rterm is better than other GUIs in terms of memory usage, not how to solve the out of memory problem.