Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 54191 invoked from network); 26 Jan 2011 15:18:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jan 2011 15:18:38 -0000 Received: (qmail 60820 invoked by uid 500); 26 Jan 2011 15:18:33 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 59712 invoked by uid 500); 26 Jan 2011 15:18:29 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 59696 invoked by uid 99); 26 Jan 2011 15:18:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jan 2011 15:18:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [12.130.56.11] (HELO zixvpm01.pcgus.com) (12.130.56.11) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jan 2011 15:18:20 +0000 Received: from zixvpm01.pcgus.com (ZixVPM [127.0.0.1]) by Outbound.pcgus.com (Proprietary) with ESMTP id 6F33B158031 for ; Wed, 26 Jan 2011 10:17:59 -0500 (EST) Received: from email.pcgus.com (email.pcgus.com [12.130.56.7]) by zixvpm01.pcgus.com (Proprietary) with ESMTP id A50CC1D0002; Wed, 26 Jan 2011 10:17:58 -0500 (EST) Received: from [10.15.4.5] ([10.15.4.5]) by email.pcgus.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 26 Jan 2011 10:17:55 -0500 Message-ID: <4D403B19.1070703@pcgus.com> Date: Wed, 26 Jan 2011 10:17:45 -0500 From: John Deighan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: perl-win32-users@listserv.ActiveState.com, "users@httpd.apache.org" , "modperl@perl.apache.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Jan 2011 15:17:55.0618 (UTC) FILETIME=[3528E020:01CBBD6C] X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] experiencing Out of memory errors We have an Apache/mod_perl application running under Windows Server 2003 that periodically experiences "Out of memory" errors (they appear in the Apache error logs) which forces Apache to restart. Our application does, in fact, use a lot of memory, and we believe that this is not due to a bug or memory leak. What we would like is to run this application in a 64 bit environment, thus allowing us to use more than the 2 GB memory that the Apache process ('httpd') is limited to (the "Out of memory" errors always occur as the memory usage of the httpd process approaches this 2 GB limit). We know that we will need to run a 64 bit version of Windows on 64 bit hardware to accomplish this. Furthermore, we know that ActiveState has a binary Perl install of a 64 bit Perl. However, we're not aware of either a 64 bit Apache (though recently I found the blackdot site - http://www.blackdot.be/ - that provides a Windows compatible binary build of 64 bit apache, though I know very little about it) or a 64 bit mod_perl. However, we're also not sure if either of these are needed to escape the 2 GB memory limitation. E.g., can 64 bit Perl be used with a 32 bit Apache and/or mod_perl? Any help with accomplishing what we need would be greatly appreciated, including the possibility of hiring someone on a contract basis to help us. OS: Microsoft Windows Server 2003 Perl: v 5.8.9 ActiveState build 826 Apache 2.2.11 mod_perl 2 (not sure of the exact version, but very recent) --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org