【发布时间】:2017-12-27 08:08:32
【问题描述】:
在使用 R 的 R Studio 中,当尝试加入 2 个大约有 100k records(DB2 DB) 的表时,出现以下错误,并且没有任何谷歌解决方案有效。
错误'in .jcall(x, "S", "getMessage")': java.lang.OutOfMemoryError: 超出 GC 开销限制
【问题讨论】:
-
你试过
gc(); memory.limit(1e+10)吗?
标签: r memory heap-memory