From owner-freebsd-questions@FreeBSD.ORG Mon Apr 4 13:42:23 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 774A8106566B for ; Mon, 4 Apr 2011 13:42:23 +0000 (UTC) (envelope-from kristaps.kulis@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2CA068FC0C for ; Mon, 4 Apr 2011 13:42:22 +0000 (UTC) Received: by qyk27 with SMTP id 27so4118515qyk.13 for ; Mon, 04 Apr 2011 06:42:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=3wnRRFiKhs9h2PI02C8Ns9w7baWGomrCqQLhUCdyZGI=; b=oPEtUpQZG9ZoM/X+rgjB94XVopqDjx4PLT3/V9KqGh0O+APKOQcHd4T+Z8rC8A3vkL XtbiPWYnipfpVlNm+6Njg+dskCRP3G5RnjqJfKaANM+xYuFp7lMZLXU957C22ZFssMN1 rwsjA7GH1IhbiPpla7X6LJRG/yr2v6UoBRO/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=VkJ4yhprUakEWGtRe0Q5IRk7Ht42yeFObNSkechZpIHDM0Nj+xWUOy/z+py7krCsRB r+P+q/0a+bA7OzhUwpNkSUobJVkG7bUGkuqP2eSM+t0DjfU/Dz+LJORdyKts7swoEaqP 0x91eLCctpMwnmTsFAGKYg2khlaX81WoEZ4w8= Received: by 10.229.54.14 with SMTP id o14mr2760688qcg.91.1301924542301; Mon, 04 Apr 2011 06:42:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.220.131 with HTTP; Mon, 4 Apr 2011 06:42:02 -0700 (PDT) In-Reply-To: References: From: =?UTF-8?Q?Kristaps_K=C5=ABlis_?= Date: Mon, 4 Apr 2011 16:42:02 +0300 Message-ID: To: Eitan Adler Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: questions@freebsd.org Subject: Re: tuning a system for a single user 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: Mon, 04 Apr 2011 13:42:23 -0000 Hi, I believe no FreeBSD system is "single user". As root, daemon users, system users, "nobody" is required for running system smoothly, securely and easy, so scheduling is nessecary :) Quotas / MAC / Auditing can be disabled by compiling your own kernel, please refer to handbook for futher info. kern.maxusers is autotuned. FreeBSD is multiuser OS, if you wan't singleuser os, install FreeDOS :) Kristaps K=C5=ABlis On Sat, Apr 2, 2011 at 5:24 AM, Eitan Adler wrote: > When I look for tuning guides online, or reading tuning(7) I find a > lot of guides for tuning a system for multiple users or for specific > purposes (web servers, file servers, etc) > > I am looking for specific tunables that might make the experience of > using FreeBSD better. I found the sysctl kern.maxusers but I'm unsure > how things affects things. =C2=A0Can I reduce the amount of time, memory, > etc the kernel spends enforcing quota, scheduling, etc? > > I don't have anything particular in mind - just want to get a general > set of tunables I might be interested in. > > > -- > Eitan Adler > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >