From owner-freebsd-questions@FreeBSD.ORG Wed Apr 26 14:21:44 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 8DDCB16A403 for ; Wed, 26 Apr 2006 14:21:44 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B03B43D46 for ; Wed, 26 Apr 2006 14:21:44 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nz-out-0102.google.com with SMTP id x3so1849813nzd for ; Wed, 26 Apr 2006 07:21:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QpIeEuFoSEF4T0YywvDqGbdL7U1k1omw/DDAx+yewYEovwP9DfIVXUp+YHsz44D73zfd+jUr6wLpeBsbb5rFaQGvrzF032+3jYFIek3zdGLSpOlZm/AOlo40khqZGxcGBljqWbW8pYKVDIAFmmYgkQaAy68zsgN3tW06ZDiEWKo= Received: by 10.36.128.5 with SMTP id a5mr1251126nzd; Wed, 26 Apr 2006 07:21:43 -0700 (PDT) Received: by 10.37.22.74 with HTTP; Wed, 26 Apr 2006 07:21:43 -0700 (PDT) Message-ID: Date: Wed, 26 Apr 2006 18:21:43 +0400 From: "Andrew Pantyukhin" To: "Iantcho Vassilev" In-Reply-To: <18e02bd30604260709m6a0c33dp972a4f1d0a0e17ea@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <18e02bd30604260709m6a0c33dp972a4f1d0a0e17ea@mail.gmail.com> Cc: FreeBSD Questions Subject: Re: Huge (100k+) number of processes 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: Wed, 26 Apr 2006 14:21:44 -0000 On 4/26/06, Iantcho Vassilev wrote: > Sure,why not? > > > It`s FreeBSD for God sake! Yeah, I know :-) The problem is that kern.maxproc=3D200000 line in /boot/loader.conf only raised the real value to 21576. Is that authoritative, or should I just try and run 200k processes? I only have 512Mb of RAM, and I wonder if it's enough to run 100k+ of, say, /bin/sleep?