我正在使用带有4Gb RAM的32位操作系统的Windows 7,由于32位限制,只能访问3Gb。我关闭了其他所有内容,可以看到我在启动之前有1Gb缓存和1Gb可用。 “自由”记忆各不相同,但有时为0.
使用tm - 我从Swiftkey数据集中成功创建了517Mb VCorpus三个.txt文档。当我尝试使用tm::Corpus()
命令将下一步转换为“语料库”时,我收到错误。代码和输出如下:
cname <- file.path("./final/en_US/")
docs <- Corpus(DirSource(cname))
myCorpus <- tm::Corpus(docs)
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
此应用程序已请求Runtime以不寻常的方式终止它。 有关更多信息,请联系应用程序的支持团队。
....和R终止........任何想法如何防止这种情况?