From owner-freebsd-current Mon Jun 28 14:19:28 1999 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (Postfix) with ESMTP id 119A9153FF for ; Mon, 28 Jun 1999 14:19:21 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id OAA24818; Mon, 28 Jun 1999 14:19:15 -0700 (PDT) (envelope-from dillon) Date: Mon, 28 Jun 1999 14:19:15 -0700 (PDT) From: Matthew Dillon Message-Id: <199906282119.OAA24818@apollo.backplane.com> To: "Valentin S. Chopov" Cc: current@FreeBSD.ORG Subject: Re: MAX_PERF References: <19990628203830.21074.rocketmail@web118.yahoomail.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :What is MAX_PERF option? :It's in sys/i386/i386/pmap.c, sys/kern/kern_lock.c, :sys/vm/swap_pager.c and others. : :Thanx, : :Val It stands for 'maximum performance'. If you set this option, the kernel will not bother making certain sanity checks within itself. Basically you should not set the option unless you need a really tiny kernel binary. It will not improve performance noticeably. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message