in reply to perl memory re-usage
The two articles are talking about different things. The FAQ entry on shrinking the program talks about giving back memory to the operating system, which basically doesn't happen, or rather, depends on the OS and the memory allocation strategy built into Perl. The second entry talks about internal reuse of the memory allocated from the OS.
So, both are true, the memory gets reused by Perl but not (necessarily) given back to other programs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl memory re-usage
by perrin (Chancellor) on Aug 08, 2006 at 21:15 UTC | |
by Joost (Canon) on Aug 08, 2006 at 21:51 UTC |