in reply to Re^2: Parallel::ForkManager (high cpu and a lot of memory)
in thread Parallel::ForkManager (high cpu and a lot of memory)

Sounds right. Perl variables are copied into every thread, so it sounds like a reasonable amount for 20 threads.
  • Comment on Re^3: Parallel::ForkManager (high cpu and a lot of memory)