in reply to Net::OpenSSH memory allocation error with seemingly low memory code

fork is failing for some reason. You must investigate why!

Try running your program under strace in order to see what is happening at the OS level.

Replies are listed 'Best First'.
Re^2: Net::OpenSSH memory allocation error with seemingly low memory code
by DanBev (Scribe) on Dec 15, 2014 at 16:05 UTC
    Is the most reasonable thing indeed. Thank you.