Hi
I tested it on my example under scilab5.4.0 (Windows OS) the memory is still full Paul De : [email protected] [mailto:[email protected]] De la part de Frederic Jourdin Envoyé : jeudi 27 décembre 2012 08:01 À : International users mailing list for Scilab. Objet : Re: [Scilab-users] empty memory even with: clear clearglobal() ? Fred Le 25/12/2012 00:48, Paul Carrico a écrit : 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 its 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) _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
