in reply to Re: OS memory reclamation with threads on linux
in thread OS memory reclamation with threads on linux
My real question is what are people talking about when they claim their threaded apps are increasing in memory. Do I just say "forget it.... the kernel will grab it if needed", or "you have a thread design problem"
I'm also wondering if this has different behavior with the older 5.8 threads vs. the latest threads (which seem to run better), and/or kernel versions.
It seemed like just last week that this was a constant problem with Perl threads, and now suddenly it seems like a great thing, where you can reclaim memory from mem-intensive Perl scripts, by putting the mem-intensive stuff into a thread.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: OS memory reclamation with threads on linux
by jbert (Priest) on Aug 27, 2008 at 19:58 UTC |