in reply to Re: memory not freed after perl exits. Solaris.
in thread memory not freed after perl exits. Solaris.
And even if there are zombies, it shouldn't take up much memory. Only thing a zombie needs is its exit value - which is a single byte. There will be a bit more overhead than a single byte, but a zombie should not hold on to memory it created in userland. You're more likely to run out of PIDs than out of memory due to zombies.