From owner-freebsd-questions@FreeBSD.ORG Wed Oct 15 01:48:13 2003 Return-Path: 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 7EC3B16A4B3 for ; Wed, 15 Oct 2003 01:48:13 -0700 (PDT) Received: from smtp.thilelli.net (juliengabel.net1.nerim.net [62.212.119.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0574843FBF for ; Wed, 15 Oct 2003 01:48:12 -0700 (PDT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 3D90624203; Wed, 15 Oct 2003 10:48:10 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17028-01-2; Wed, 15 Oct 2003 10:48:09 +0200 (CEST) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with SMTP id C8725241FE; Wed, 15 Oct 2003 10:48:09 +0200 (CEST) Received: from 194.119.92.65 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Wed, 15 Oct 2003 10:48:09 +0200 (CEST) Message-ID: <30500.194.119.92.65.1066207689.squirrel@webmail.thilelli.net> In-Reply-To: <20031015082005.GB3899@gothmog.gr> References: <3F8CEE86.1000507@fightevil.net> <20031015082005.GB3899@gothmog.gr> Date: Wed, 15 Oct 2003 10:48:09 +0200 (CEST) From: "Julien Gabel" To: "njc" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net cc: freebsd-questions@freebsd.org Subject: Re: Increasing per-process memory limits? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 08:48:13 -0000 > Try reading the manual page of /etc/login.conf: > > man login.conf > > Another way of enforcing/changing the limits that a user process has is > through the 'limit' built-in command of tcsh or the /usr/bin/limits > system tool. More information about these in the tcsh(1) and limits(1) > manpages. And the corresponding built-in in [k]sh(1) compatible shell is ulimit(1). -- -jg.