从 rterm 和 eclipse 运行 R 脚本会出现内存不足错误
当我从 eclipse statET 运行 R 脚本时,出现内存不足错误。但是,我在控制台中运行脚本没有问题。是因为 Eclipse 在 R 进程之上放置了内存限制层吗?如果是这样,其他 R GUI 是否也会出现同样的问题,例如 RStudio/JGR?
编辑:根据 gsk3 建议
- 使用 R 2.12.1 的 32 位 windows-xp。
- memory.limit = 2048。
我的问题是Rterm在内存使用方面是否比其他GUI更好,而不是如何解决内存不足问题。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我的 4GB 机器 64 位 Windows 7 上,eclipse 占用 250-300MB + R 服务器 java 进程 100MB。
如果我只运行 Rgui,它只有 25MB。因此,使用 eclipse 与仅使用 R 相比,您可能会遇到机器内存限制。
而且 eclipse 可以以两种方式运行,交互式服务器模式和终端模式,我认为终端模式使用更少的内存。
On my 4GB machine 64bit windows 7, eclipse with takes up 250-300MB + the R server java process 100MB.
If I run just Rgui its only 25MB. So you could be running into machine memory limits with eclipse versus just R.
Also eclipse can run two ways, interactive server mode and terminal mode, I think terminal mode uses less memory.