in reply to Parallel::ForkManager (high cpu and a lot of memory)

Are you on Windows? If so, you're really getting threads, and they're not sharing memory the way forked processes would. Try running it on unix if you can.
  • Comment on Re: Parallel::ForkManager (high cpu and a lot of memory)