From owner-freebsd-ports@FreeBSD.ORG Mon Aug 20 02:33:25 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B428B106568A for ; Mon, 20 Aug 2012 02:33:25 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) by mx1.freebsd.org (Postfix) with ESMTP id 6EBE28FC0A for ; Mon, 20 Aug 2012 02:33:25 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) (authenticated bits=0) by mouf.net (8.14.5/8.14.5) with ESMTP id q7K2X6T4051224 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Sun, 19 Aug 2012 22:33:06 -0400 (EDT) (envelope-from steve@mouf.net) Message-ID: <5031A1F0.5010101@mouf.net> Date: Sun, 19 Aug 2012 22:33:20 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120604 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <503174FE.90908@riverwillow.com.au> In-Reply-To: <503174FE.90908@riverwillow.com.au> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mouf.net [199.48.129.64]); Sun, 19 Aug 2012 22:33:06 -0400 (EDT) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.5 at mouf.net X-Virus-Status: Clean Subject: Re: www/pecl-APC 3.1.12 Serious Memory Problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 02:33:25 -0000 On 08/19/12 19:21, John Marshall wrote: > This morning I upgraded www/pecl-APC from 3.1.11 to 3.1.12 on a couple > of web servers. I noticed, via apc.php, that the amount of memory I had > allocated to the caches (32MB in one case and 64MB in the other) was > almost immediately 100% utilized and, not long after that, httpd had > used up all the physical memory and the system was swapping. > > Both systems are: > - 8.3-RELEASE amd64 > - Apache 2.2.22 > - PHP 5.4.5 > > I have reverted to 3.1.11 and things are normal again. > > Thank you for maintaining this port. > Just as another data point, I experienced the exact same thing. Same apache and php version, only difference was I'm on 9.0-i386. Steve