in reply to Memory limitation of a perl process in Unix
Perl doesn't have an inherent limit on process size. I ran into something similar to your situation on Linux where I was hitting a limit. It turned out to be the OS, and not Perl. I suspect it is the OS in your case as well.