in reply to memory problems with 5.6.1 on AIX

If it's really running out of memory, and the files are too large for 5.5.3 to handle, you will probably need to look at splitting up the job somehow. You could also use standard unix utilities like sort (which can remove duplicates too). I believe sort can handle just about anything that your OS can.

Replies are listed 'Best First'.
Re: Re: memory problems with 5.6.1 on AIX
by earl (Initiate) on Mar 12, 2002 at 09:26 UTC
    Thanks perrin, but using UNIX-sort is not really an option for me (for reasons I can't explain here).

    Since 5.5.3 does not show this behaviour I assume the problem is finding the right linker options when building Perl.

    Anyone with ideas?