From owner-freebsd-questions@FreeBSD.ORG Fri Aug 26 13:16:37 2005 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 7DDD716A41F for ; Fri, 26 Aug 2005 13:16:37 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3235E43D45 for ; Fri, 26 Aug 2005 13:16:36 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 28255 invoked from network); 26 Aug 2005 13:16:36 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 26 Aug 2005 13:16:36 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 96E3847; Fri, 26 Aug 2005 09:16:35 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Omer Faruk Sen References: <20050825105102.20992.qmail@istanbul.enderunix.org> From: Lowell Gilbert Date: 26 Aug 2005 09:16:35 -0400 In-Reply-To: <20050825105102.20992.qmail@istanbul.enderunix.org> Message-ID: <44zmr425zg.fsf@be-well.ilk.org> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: rlimitmem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 13:16:37 -0000 Omer Faruk Sen writes: > Hi, Is there anyone in this list that used rlimitmem directive in > apache1x on FreeBSD? I have set it to RLimitMEM 2597152 4194304 but > top command shows me that httpd uses 20mb of ram maximum. I think it > is related with FreeBSD. How can I change a processes maximum ram size > in RAM or am I totally wrong about this issue? Best > Regards. ----------------------- rlimitmem isn't supposed to control the httpd processes, but things that they fork, like CGI scripts. If you want to limit the Apache tasks themselves, I don't see why you think it's a FreeBSD problem...