in reply to Re: Memory Usage of Perl System command
in thread Memory Usage of Perl System command

Hi pperi2 :)

The memory is maybe increasing because the memory of each shell execution has no time to be completely released that another shell command is coming, increasing also the number of process. What it can be useful is to get just the number of running process.

Peace
  • Comment on Re^2: Memory Usage of Perl System command