从 rterm 和 eclipse 运行 R 脚本会出现内存不足错误

发布于 2024-10-19 21:51:06 字数 308 浏览 3 评论 0原文

当我从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

失去的东西太少 2024-10-26 21:51:06

在我的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文