From owner-freebsd-questions@FreeBSD.ORG Sun Apr 16 20:37:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA80316A412 for ; Sun, 16 Apr 2006 20:37:55 +0000 (UTC) (envelope-from roger@roger.jp) Received: from imf23aec.mail.bellsouth.net (imf23aec.mail.bellsouth.net [205.152.59.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C0AA43D46 for ; Sun, 16 Apr 2006 20:37:55 +0000 (GMT) (envelope-from roger@roger.jp) Received: from ibm66aec.bellsouth.net ([72.144.14.252]) by imf23aec.mail.bellsouth.net with ESMTP id <20060416203754.BCHB5495.imf23aec.mail.bellsouth.net@ibm66aec.bellsouth.net> for ; Sun, 16 Apr 2006 16:37:54 -0400 Received: from laptop ([72.144.14.252]) by ibm66aec.bellsouth.net with SMTP id <20060416203746.YTVB4263.ibm66aec.bellsouth.net@laptop> for ; Sun, 16 Apr 2006 16:37:46 -0400 From: "Roger Williams" To: Date: Sun, 16 Apr 2006 16:37:27 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Importance: Normal Subject: Out of memory during ridiculously large request X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2006 20:37:56 -0000 Since an upgrade to 6.0 (perl 5.8.8) I am getting the following error: >>Out of memory during ridiculously large request at /usr/local/pop-before-smtp-1.36/pop-before-smtp line 355 Below is the offending line: >> foreach (keys %db) While googling I see there are other programs having the same issue. Any ideas on how to get perl/freebsd to let the program work? Thanks, Roger