Hi Jerry,

>The slice that I am building on has 53 Gb of disk space free.

I haven't followed this thread closely so I apologise if any of this has
already been suggested or is not relevant.

Have you checked if any system tables (process, file, inode etc.) are full.
You can also check your kernel parameters e.g. On HP-UX systems maxdsiz,
maxssiz, maxtsiz etc. restrict maximum process size and there are others
that restrict amount of memory a process can use.

The point I'm trying to make is you can have all the physical disk/memory
you like but if per process kernel restrictions are in place then all those
resources may not be available.

Check your syslogs and dmesg for entries when you get the "out of memory"
errors.

Good luck,
Greg.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to