windows - How to Resolve this Out of Memory Issue for a Small Variable in Matlab? -


i running 32-bit version of matlab r2013a on computer (4gb ram, , 32-bit windows 7). have dataset (~ 60 mb) , want read using

ds = dataset('file', myfile, 'delimiter', ','); 

and each time face out of memory error. theoretically, should able use 2gb of ram, there should no problem reading such small files. here got when typed memory

maximum possible array:     36 mb (3.775e+07 bytes) * memory available arrays:    421 mb (4.414e+08 bytes) ** memory used matlab:    474 mb (4.969e+08 bytes) physical memory (ram):   3317 mb (3.478e+09 bytes)  *  limited contiguous virtual address space available. ** limited virtual address space available. 

i followed every instructions found (this not new issue), case seems rather weird, because cannot run simple program now.

system: windows 7 32 bit
matlab: r2013a
ram: 4 gb

clearly issue right here.

maximum possible array:     36 mb (3.775e+07 bytes) * 

you either using lot of memory in system and/or have low swap space.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -