in reply to Variable stack size in Perl.
Perl memory size is only limited by your amount of RAM and virtual memory. If it exceeds RAM size the program will run slower, because it will do disk accesses. If memory usage grows even more, it will eventually give an 'out of memory' error and stop.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re**2: Variable stack size in Perl.
by charnos (Friar) on Nov 11, 2002 at 15:10 UTC |