From owner-freebsd-questions Thu Oct 19 14:11: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with SMTP id BA17737B4C5 for ; Thu, 19 Oct 2000 14:11:04 -0700 (PDT) Received: (qmail 46020 invoked by uid 1001); 19 Oct 2000 21:11:03 -0000 Date: Thu, 19 Oct 2000 14:11:03 -0700 From: Jon Rust To: freebsd-questions@freebsd.org Subject: PMAP_SHPGPERPROC and vm.v_free_ Message-ID: <20001019141103.C32978@mail.vcnet.com> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: http://www.freebsd.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG from LINT on 4.1.1-STABLE (built last night) >>> Set the number of PV entries per process. Increasing this can stop panics related to heavy use of shared memory. However, that can (combined with large amounts of physical memory) cause panics at boot time due the kernel running out of VM space. If you're tweaking this, you might also want to increase the sysctls "vm.v_free_min", "vm.v_free_reserved", and "vm.v_free_target". <<< Are any guidelines available here? If I increase the PMAP_SHPGPERPROC value by 200 (to 400), what should I increase the vm.v_free_* values to? Currently they are: vm.v_free_reserved: 164 vm.v_free_min: 481 vm.v_free_target: 1607 Any pointers greatly appreciated. Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message