v*****r 发帖数: 2325 | 1 matlab died when i try to load data file 200+MB.
any solutions?
thanks |
r****t 发帖数: 10904 | 2 1. switch to multiple file source.
2. switch to database. |
N***m 发帖数: 4460 | 3 I used to load data files much bigger than this. no problem.
【在 v*****r 的大作中提到】 : matlab died when i try to load data file 200+MB. : any solutions? : thanks
|
v*****r 发帖数: 2325 | 4 using PC? or UNIX
【在 N***m 的大作中提到】 : I used to load data files much bigger than this. no problem.
|
N***m 发帖数: 4460 | 5 PC linux都搞过。
我都是比较大的dense matrices,存下来至少O(G)。
~200M肯定不是matlab本身的问题。
【在 v*****r 的大作中提到】 : using PC? or UNIX
|
v****s 发帖数: 1112 | 6 did u increase the heap size of matlab?
help memory |
r****t 发帖数: 10904 | 7 你那个是 .mat 吧,楼主是文本数据,两个可能不一样。当然 >200M 的确实不该有问
题。
【在 N***m 的大作中提到】 : PC linux都搞过。 : 我都是比较大的dense matrices,存下来至少O(G)。 : ~200M肯定不是matlab本身的问题。
|
N***m 发帖数: 4460 | 8 no, plain txt files.
I seldom use .mat format.
【在 r****t 的大作中提到】 : 你那个是 .mat 吧,楼主是文本数据,两个可能不一样。当然 >200M 的确实不该有问 : 题。
|
v*****r 发帖数: 2325 | 9 i tried "help memory" , which tells me to go to windows control panel system
I checked virtual memory settings,
paging file initial size 2G, max 4G. feel like it is enough to handle 200M
files.
My pc has 4G RAM...
【在 v****s 的大作中提到】 : did u increase the heap size of matlab? : help memory
|
r****t 发帖数: 10904 | 10 just type "memory" then enter, post the output here.
system
【在 v*****r 的大作中提到】 : i tried "help memory" , which tells me to go to windows control panel system : I checked virtual memory settings, : paging file initial size 2G, max 4G. feel like it is enough to handle 200M : files. : My pc has 4G RAM...
|
v*****r 发帖数: 2325 | 11 strange, no output at all:
>> memory
>> memory
>>
【在 r****t 的大作中提到】 : just type "memory" then enter, post the output here. : : system
|
r****t 发帖数: 10904 | 12 是 unix 版的吧?不知道了,我很久没用过 matlab 了。读一下这个吧:
http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_prog/brh72ex-49.html
【在 v*****r 的大作中提到】 : strange, no output at all: : >> memory : >> memory : >>
|