本文介绍了R启动占用了我所有的内存[r]的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

因此,R在尝试启动它时会占用我的所有内存,从而冻结了我的计算机.几分钟后,它将打开并正常运行,但是仍然很烦人.

So, R is taking all my memory when I try to start it, freezing my computer. After several minutes it will open and run normally, but it is still very annoying.

-相关信息:我已经尝试过重新安装和重新启动.我不是在尝试在打开时加载任何工作空间,当它最终打开时,ls()给了我character(0).我没有使用R studio.这个问题已经持续了大约一个星期,而且我没有做过以前没有做过的任何事情.我正在使用的其他任何软件都没有类似的事情.

-Pertinent information:I have tried reinstalling and rebooting already. I'm not trying to load any workspace when opening, when it finally opens, ls() gives me character(0). I'm not using R studio. The problem has been going on for about a week already and I haven't been doing anything I wasn't doing before. Nothing similar happens to any other software I'm using.

问题:是否有人遇到类似问题和/或有任何解决方法的线索?我搜索了论坛,但找不到类似的内容.

Question:Is anyone having similar problems and/or have any leads on how can I fix this? I searched the forums but could not find anything similar.

这是我的规格:

  • R版本3.3.2(2016-10-31)-真诚的南瓜补丁"
  • macOS Sierra 10.12.2
  • 内存:8 GB 1600 MHz DDR3
  • 处理器:2.5 GHz Intel Core i5

非常感谢!

推荐答案

已解决!我的主目录中隐藏了一个.Rapp.history文件.只需显示隐藏文件并将其删除.

Solved! There was an .Rapp.history file hidden in my home directory. Just had to show hidden files and delete that.

感谢所有回答过的人.

这篇关于R启动占用了我所有的内存[r]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 20:52