开发者

What causes an R script to get Killed?

开发者 https://www.devze.com 2023-01-11 00:41 出处:网络
I\'ve been running some memory intensive processes on EC2 servers. The code runs quite well for about 12-14 hours (it\'s r开发者_如何学Cunning 1000s of simulations on 12-14 large datasets) and then al

I've been running some memory intensive processes on EC2 servers. The code runs quite well for about 12-14 hours (it's r开发者_如何学Cunning 1000s of simulations on 12-14 large datasets) and then all of a sudden I just see the message "Killed" with no further explanation.

What makes R do that?

UPDATE: My server specs.


It could be the out of memory killer of the operating system.

Are you cleaning up your workspace when you have finished with a dataset?


From what I know, I don't think R has a "killed" error. Most likely it's your operating system imposing a process limit or some kind of quotas. If you are working on a network system, maybe ask your sysadmin?

0

精彩评论

暂无评论...
验证码 换一张
取 消