in reply to Re: Perl Memory problem ...
in thread Perl Memory problem ...
Perl won't release memory back to the operating system at runtime, only on global destruction as the script terminates.While that may be true for most practical purposes, I believe Perl simply defers to the implementation of the user-level malloc function - see for example: Memory is not released back to operating system.
Last time I looked, both Linux and Windows malloc do return "large" chunks back to the OS.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl Memory problem ...
by davido (Cardinal) on May 11, 2020 at 14:51 UTC |