RE : [scilab-Users] amount of memory available

Collewet Guylaine guylaine.collewet at cemagref.fr
Thu Sep 9 12:08:02 CEST 2010


Hello,

Thank you for your answer

I am working under window XP and I would like to increase the stacksize in order to manage a huge set of elements (about 1.5 GO)

In fact I did not notice that the units of stacksize function is 8 bytes, which means that 100 MO of stack corresponds in fact to 800 MO

By the way, it seems that stacksize('max') does not work properly on my computer :
-->stacksize('max')
-->stacksize
 ans  =
    27130576.    33095.  
-->stacksize(1e8)
-->stacksize
 ans  =
    1.000D+08    33095. 

 
Best regards

Guylaine


-------- Message d'origine--------
De: Michaël Baudin [mailto:michael.baudin at scilab.org]
Date: mer. 08/09/2010 16:15
À: users at lists.scilab.org
Objet : Re: [scilab-Users] amount of memory available
 
  Hello,

It actually depends on several factors, such as the operating system and 
the processes which are running at the time where you launch the 
stacksize("max") function. The upper bound is 2GB, but your 700MB are 
well under this limit, so that it should work. If you are able to close 
some other applications, you may see some increasing of the stack.

But why do you want to increase the stack size, do you actually observe 
the "stack size exceeded!" message ?

Best regards,

Michaël Baudin

Le 07/09/2010 18:21, Collewet Guylaine a écrit :
>
> Hello,
>
> I would like to know what is the maximum amount of memory available in 
> scilab 5.2.2
>
> I could not get more than approximately 110 M0 using both stacksize 
> and gstacksize although the total amount of memory available on my 
> computer is 700 MO
>
> thanks
>
> Guylaine Collewet
>


-- 
Michaël Baudin
Ingénieur de développement
michael.baudin at scilab.org
-------------------------
Consortium Scilab - Digiteo
Domaine de Voluceau - Rocquencourt
B.P. 105 - 78153 Le Chesnay Cedex
Tel. : 01 39 63 56 87 - Fax : 01 39 63 55 94






More information about the users mailing list