[scilab-Users] [scilab-users] stack size

Andreas F. Dvorak andreas.dvorak at tgm.ac.at
Tue Apr 27 18:52:42 CEST 2010


Dear Gary,

try stacksize('max') with all other programs closed. Since Scilab 5.2.2 stacksize('max') works fine on my MacBook Pro with also 4GB. If u use an older version then update.

-->stacksize('max')
 
-->stacksize()
 ans  =
 
    1.750D+08    32936.

Andreas



Am 27.04.2010 um 03:18 schrieb Gary Nelson:

> I am developing a signal analysis package and have a prototype working on small segments of data. When I tried to apply the routines to a large data file, I got a stack overflow error.
> I inserted stacksize(max) and find that the largest stack is as follows:
> 
> -->stacksize()
> ans  =
> 
>    5000000.    76970.  
> 
> I am running this on a MacBookPro with 4GB of ram. Is there any way to increase the stack beyond the apparent limits?
> 
> Is there some other better way to deal with this?
> 
> 
> 
> Gary Nelson
> gnelson at quantasonics.com
> 
> 
> 






More information about the users mailing list