Hello,
I have a Perl script that is constantly running out of memory. It stores a HUGE tree of objects in memory, and as soon as the tree gets to be over 1 GB of RAM, Perl reports an "Out of memory!" and bails. The problem is that for the OS (HPUX 10.20), the max process size (read from ulimit(2)) is 2 GB. So this leads me to believe that the 1 GB constraint has something to do with Perl itself. Does anyone have any ideas how I can get over this obstacle?
thanks,
rusty