From: Jarkko Hietaniemi Date: Wed, 12 Mar 2003 05:51:21 +0000 (+0000) Subject: Tell how to possibly dodge 'Out of memory' errors. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=19a52907e13f6800a48e122c0a5243f2d3f3c035;p=p5sagit%2Fp5-mst-13.2.git Tell how to possibly dodge 'Out of memory' errors. p4raw-id: //depot/perl@18943 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index cb314e9..daa0837 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2584,6 +2584,12 @@ in the current lexical scope. remaining memory (or virtual memory) to satisfy the request. Perl has no option but to exit immediately. +At least in Unix you may be able to get past this by increasing your +process datasize limits: in csh/tcsh use C and +C (where C is the number of kilobytes) to check +the current limits and change them, and in ksh/bash/zsh use C +and C, respectively. + =item Out of memory during "large" request for %s (F) The malloc() function returned 0, indicating there was insufficient