[scilab-Users] Reading and import big file ascii (300Mo)

Jonathan Blanchard BlanchardJ at ieee.org
Thu Mar 18 15:16:03 CET 2010


On Thu, Mar 18, 2010 at 11:13 AM, caquineau <caquineau at bassin.fr> wrote:
> Hello
>
> i would import data from ascii files witch size  > 200 Mo with command
>        d=mfscanf(-1,f,format)
>
> Scilab abort with "error memory".
> I put the command stacksize('max') and gstacksize('max').
> The PC has 4 Go of ram.scilab stop with about 800 Mo of occupation
> memory.
> May i have the limit size memory of scilab?
> Thank you
>
>

Stacksize('max') is not always accurate you may want to try setting
the stack size a fixed number large enough to hold all the data you
need to import.

Jonathan Blanchard



More information about the users mailing list