Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 57369 invoked from network); 21 Dec 2005 15:11:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Dec 2005 15:11:18 -0000 Received: (qmail 73994 invoked by uid 500); 21 Dec 2005 15:11:17 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 73980 invoked by uid 500); 21 Dec 2005 15:11:16 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 73969 invoked by uid 99); 21 Dec 2005 15:11:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2005 07:11:16 -0800 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=INFO_TLD X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [194.95.226.11] (HELO neptun.ecos.de) (194.95.226.11) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2005 07:11:15 -0800 Received: from localhost (localhost [127.0.0.1]) by neptun.ecos.de (Postfix) with ESMTP id 5F10A4362E; Wed, 21 Dec 2005 16:10:53 +0100 (MET) Received: from neptun.ecos.de ([127.0.0.1]) by localhost (fw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29014-01; Wed, 21 Dec 2005 16:10:48 +0100 (MET) Received: from lnx1.i.ecos.de (lnx1.i.ecos.de [10.11.11.102]) by neptun.ecos.de (Postfix) with ESMTP id 1E9ED33120; Wed, 21 Dec 2005 16:10:48 +0100 (MET) Received: from wingr2 (unknown [10.11.11.250]) by lnx1.i.ecos.de (Postfix) with ESMTP id 161493CFD9B; Wed, 21 Dec 2005 16:10:48 +0100 (CET) From: "Gerald Richter" To: "'Wilde, Donald'" Cc: Subject: RE: Embperl 2.1 - memory wrap on BSD (was: won't make -- missing typemap) Date: Wed, 21 Dec 2005 16:10:35 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <040DF00BF960A24897B5B3EFBE63FE8A019AA7DB@ES20SNLNT.srn.sandia.gov> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcYAEjWxLHKQ9keCQMCo2IyTYzQP4wAXRm9gABHm8iAACETVAAABc7zwACEBANAAB3F2YAADFTdgAAAnbSAALsyLsAAEFfvAAAFgf9AA5BwqEAAQzB3gAAPWnQA= Message-Id: <20051221151048.161493CFD9B@lnx1.i.ecos.de> X-Virus-Scanned: by BB-5000 Mailfilter at neptun.ecos.de X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Could you change the stack size to umlimited and retry=20 Gerald -------------------------------------------------------------------------= -- Gerald Richter ecos electronic communication services gmbh IT-Securityl=F6sungen * Webapplikationen mit = Apache/Perl/mod_perl/Embperl Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: richter@ecos.de Voice: +49 6133 939-122 WWW: http://www.ecos.de/ Fax: +49 6133 939-333 -------------------------------------------------------------------------= -- ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info -------------------------------------------------------------------------= -- =20 > -----Original Message----- > From: Wilde, Donald [mailto:dwilde@sandia.gov]=20 > Sent: Wednesday, December 21, 2005 2:23 PM > To: Gerald Richter > Cc: embperl@perl.apache.org > Subject: RE: Embperl 2.1 - memory wrap on BSD (was: won't=20 > make -- missing typemap) >=20 > After RTF O'Reilly Book on Bash: ulimit -a >=20 > core file size (blocks, -c) unlimited=20 > data seg size (kbytes, -d) 524288=20 > file size (blocks, -f) unlimited=20 > max locked memory (kbytes, -l) unlimited=20 > max memory size (kbytes, -m) unlimited=20 > open files (-n) 11095=20 > pipe size (512 bytes, -p) 1=20 > stack size (kbytes, -s) 65536=20 > cpu time (seconds, -t) unlimited=20 > max user processes (-u) 5547 > virtual memory (kbytes, -v) unlimited=20 >=20 >=20 > -- > Don Wilde Org 01737 505-844-1126 > A man who carries a cat by the tail learns something he can=20 > learn in no other way. - Mark Twain=20 >=20 >=20 >=20 > -----Original Message----- > From: Gerald Richter [mailto:richter@ecos.de] > Sent: Tuesday, December 20, 2005 10:19 PM > To: Wilde, Donald > Cc: embperl@perl.apache.org > Subject: RE: Embperl 2.1 - memory wrap on BSD (was: won't=20 > make -- missing typemap) >=20 > >=20 > > Try > >=20 > > PERL_DL_NONLAZY=3D0 strace /usr/bin/perl "-Iblib/lib"=20 > > "-Iblib/arch" test.pl > >=20 >=20 > The strace you sent looks quite ok to me. The number of=20 > breaks doesn't explains a memory problem. >=20 > Could you check your ulimit? Maybe it is set to low, because=20 > Apache & Perl requires a lot of memory for normaly operation. >=20 > Gerald >=20 >=20 > =20 > ** Virus checked by BB-5000 Mailfilter **=20 >=20 >=20 >=20 >=20 > =20 > ** Virus checked by BB-5000 Mailfilter **=20 > !DSPAM:43a95734221688664486590! >=20 ** Virus checked by BB-5000 Mailfilter ** --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org