in reply to Re^8: Memory consumption of forks on exit
in thread Memory consumption of forks on exit

Well at least you are executing the END block now. A print in the END block would show that it gets called 11 times. did you try the other idea of using exec "/bin/true" in the END block?
  • Comment on Re^9: Memory consumption of forks on exit

Replies are listed 'Best First'.
Re^10: Memory consumption of forks on exit
by egga (Monk) on May 19, 2011 at 16:21 UTC

    It still peaks. Guess I will have to use the dancing approach.