由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - R Error Message: cannot allocate vector of size 128.0 Mb
相关主题
程序出现错误,是PC容量的问题,还是code 问题?R help
R的memory size,请教!A question about R
一个expectation问题请教Help: cannot allocate memory block (in R)
如何读取存在.rda文件里的大矩阵?help: sas error message
R: matrix to vectorERROR: UNABLE TO ACCESS MESSAGE 383.857
请问熟悉SAS IML的An error message in R
关于R的小问题我的SAS CODE 错那儿了?
请教一个问题包子答谢:An I/O error has occurred on file abc.DATA看一下这个题,为什么会没有ERROR MESSAGE?
相关话题的讨论汇总
话题: error话题: message话题: mb话题: allocate话题: vector
进入Statistics版参与讨论
1 (共1页)
t*******0
发帖数: 64
1
Why it happens??My compter is fine(2.6 GHz, 1.9GB). Any way to fix it?
S******y
发帖数: 1123
2
I have encountered similar problem. I am not exactly sure what is the best
way to solve this.
But I would try the following steps :
1) remove all un-used R objects
2) close all other Windows applications (assuming you are on Windows)
3) if still not working, try the 64-bit R on a 64-bit machine
t*******0
发帖数: 64
3
thanks for the advice. what is 64-bit machine??

【在 S******y 的大作中提到】
: I have encountered similar problem. I am not exactly sure what is the best
: way to solve this.
: But I would try the following steps :
: 1) remove all un-used R objects
: 2) close all other Windows applications (assuming you are on Windows)
: 3) if still not working, try the 64-bit R on a 64-bit machine

z**k
发帖数: 378
4
have a look at function memory.limit, not sure if this is the solution
s*r
发帖数: 2757
5
180m都load不下,多半是软件问题

【在 S******y 的大作中提到】
: I have encountered similar problem. I am not exactly sure what is the best
: way to solve this.
: But I would try the following steps :
: 1) remove all un-used R objects
: 2) close all other Windows applications (assuming you are on Windows)
: 3) if still not working, try the 64-bit R on a 64-bit machine

S******y
发帖数: 1123
g********r
发帖数: 8017
7
可能要的是180M连续空间。我在很大的内存上,加大一个已有的大矩阵遇到过这种情况
。内存空着两G,没有限制,却说不能分配两百M。一开始就申请一个很大的矩阵可能有
帮助。浪费一点空间也行。

【在 s*r 的大作中提到】
: 180m都load不下,多半是软件问题
t*******0
发帖数: 64
8
Thank you all guys!! I just closed ALL other applications when I am running
R and this time. NO ERROR message.

【在 g********r 的大作中提到】
: 可能要的是180M连续空间。我在很大的内存上,加大一个已有的大矩阵遇到过这种情况
: 。内存空着两G,没有限制,却说不能分配两百M。一开始就申请一个很大的矩阵可能有
: 帮助。浪费一点空间也行。

1 (共1页)
进入Statistics版参与讨论
相关主题
看一下这个题,为什么会没有ERROR MESSAGE?R: matrix to vector
questions about allocating memory in SAS请问熟悉SAS IML的
How to avoid if statement in R关于R的小问题
新手问个R里vectorization的问题请教一个问题包子答谢:An I/O error has occurred on file abc.DATA
程序出现错误,是PC容量的问题,还是code 问题?R help
R的memory size,请教!A question about R
一个expectation问题请教Help: cannot allocate memory block (in R)
如何读取存在.rda文件里的大矩阵?help: sas error message
相关话题的讨论汇总
话题: error话题: message话题: mb话题: allocate话题: vector