s*******t 发帖数: 1743 | 1 要转一个mlogit model
数据有708488rows, 42columns
我电脑是win7,内存16G,R用得是64bit的
但是还有遇到这个error:
Error: cannot allocate vector of size 11.8 Mb
有什么办法解决吗?
按说这个数据大小,有16G的内存应该够了呀 |
c*******o 发帖数: 8869 | 2 it could be due to poorly written package. what is it?
【在 s*******t 的大作中提到】 : 要转一个mlogit model : 数据有708488rows, 42columns : 我电脑是win7,内存16G,R用得是64bit的 : 但是还有遇到这个error: : Error: cannot allocate vector of size 11.8 Mb : 有什么办法解决吗? : 按说这个数据大小,有16G的内存应该够了呀
|
h***i 发帖数: 3844 | 3 I guess it is mlogit
【在 c*******o 的大作中提到】 : it could be due to poorly written package. what is it?
|
s*******t 发帖数: 1743 | 4 mlogit
【在 c*******o 的大作中提到】 : it could be due to poorly written package. what is it?
|
i*****y 发帖数: 188 | 5 I guess you need to increase the maximum memory that can be allocated to R
by using memory.limit() |
h**t 发帖数: 1678 | 6 you have to increase the memory limit used before running you code:
memory.limit()
64bit is 8Tb; the code is in Mb. |