in reply to Re: Perl Process Size Limits?
in thread Perl Process Size Limits?

You might check to see that HP-UX is reporting memory with the blocksize that you think it is. In some configurations it will reports memory usage in 2k blocks instead of 1k blocks.

Yes! You were right - HPUX was reporting in 512k blocks, so it was actually a 1GB limit on processes. I fixed this limit on 10.20 by recompiling Perl with the -N switch. Interestingly enough, on HPUX 11 you can fix this by running "chatr +q3p enable perl" on the perl executable. I haven't tried it yet so don't quote me on that, though it should work :)

rusty