|
From: Jamie C. <jca...@we...> - 2005-10-02 20:46:28
|
Hi Vincent,
Unless your Webmin module is dealing with huge amounts of data, the most common cause of an 'out of memory' error is infinite recursion in a Perl function. Under Perl, if a function calls itself endlessly, this will use up all available memory and eventually cause the CGI to terminate.
- Jamie
-----Original Message-----
From: "Vincent Fachero" <vin...@ca...>
Subj: [webmin-l] out of memory message
Date: Sat 1 Oct 2005 1:16 am
Size: 1K
To: <Web...@li...>
Hello,
I have a question about use of memory with PERL/Webmin.
I write 9000 lines in PERL string variable (execute by AIX server) with
a webmin module and I send this string to my HTML client. My program
stop and I have a "out of memory" message in my log file.
How I can correct this problem ? Is it a PERL memory problem ?
Thanks.
Have a nice week-end.
Vincent
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
--- message truncated ---
|