From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 10:06:10 2004 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 52BE216A4CE for ; Fri, 6 Feb 2004 10:06:10 -0800 (PST) Received: from ms1.usu.edu (ms1.usu.edu [129.123.104.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51B9343D5E for ; Fri, 6 Feb 2004 10:06:09 -0800 (PST) (envelope-from hal@cc.usu.edu) Received: from [129.123.104.140] (buffy.ncs.usu.edu [129.123.104.140]) by ms1.usu.edu (8.12.8/8.12.8) with ESMTP id i16GvGaP001521 for ; Fri, 6 Feb 2004 09:57:16 -0700 Mime-Version: 1.0 (Apple Message framework v612) Content-Transfer-Encoding: 7bit Message-Id: <84CFB062-58C5-11D8-9D66-000A959670A0@cc.usu.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@FreeBSD.ORG From: hal Date: Fri, 6 Feb 2004 09:57:16 -0700 X-Mailer: Apple Mail (2.612) X-USU-MailScanner-Information: Please contact the USU HelpDesk for more information (http://helpdesk.usu.edu) X-USU-MailScanner: Found to be clean X-USU-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=0, required 5) Subject: how to lock kernel buffers in mem. 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: Fri, 06 Feb 2004 18:06:10 -0000 I am running FreeBSD 4.7 with 512M of memory. How do I lock kernel buffers in memory? I am thinking specifically of the disk cache buffers. hal