in reply to Re^2: How to increase perl memory space ?
in thread How to increase perl memory space ?

You are confused. Perl does not have a limit on the amount of memory it will use (as far as this matter is concerned).

Your problem is the system cannot allocate any more memory because there none left!

You can increase the size of your swap file or your can add more RAM. Or you can refine your program so that it does not use so much memory.

  • Comment on Re^3: How to increase perl memory space ?