[Scilab-users] empty memory

Paul Carrico paul.carrico at free.fr
Tue Dec 25 00:48:21 CET 2012


Dear All,

 

I noticed the memory is not empty after reading huge matrices (typically
after using csvread function with number of rows greater than 500 000) ; as
well  it's the case in the example hereafter .

. thus what is the way to force Scilab to empty the memory  ? 

 

NB : the only way I found is to close Scilab .. Not convenient !

Merry Christmas

 

Paul

 

 

mode(0)

stacksize('max');

 

n = 500000;

A = rand(n,10);

 

save('A.bin','A');

clear A

(windows task manager shows the memory is not empty after < clear > use) 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20121225/aa5d9d5d/attachment.htm>


More information about the users mailing list