From owner-freebsd-questions Mon May 20 18: 1:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from internet.simplifiedtechnology.com (internet.simplifiedtechnology.com [168.103.109.65]) by hub.freebsd.org (Postfix) with ESMTP id DD0EA37B404 for ; Mon, 20 May 2002 18:01:16 -0700 (PDT) Received: from stcinc.com ([10.2.1.2]) by internet.simplifiedtechnology.com (8.10.2/8.10.2) with ESMTP id g4L0x8N21449; Mon, 20 May 2002 17:59:08 -0700 (PDT) Message-ID: <3CE99C21.6EEEBBE7@stcinc.com> Date: Mon, 20 May 2002 18:00:17 -0700 From: Gregory Carvalho Organization: Simplified Technology Company X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: ghanesh guruswamy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel settings References: <20020520185717.1227.qmail@web14302.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You should be able to locate the kernel configuration files in: /usr/src/sys/i386/conf LINT is a masterpiece of information. Once you create or copy a kernel configuration file, perhaps using GENERIC as a template, you would perform the following steps: config NEWKERNEL cd ../../compile/NEWKERNEL make depend make make install This will compile and install your new kernel. ghanesh guruswamy wrote: > > Hi > > I am getting started with freeBSD. I would like to know how to view > and possibly change the kernel settings, specifically for network > buffer size. which configuration file should I look at. > > I am running a parallel program that involves 4 nodes and involves > some communication between all the nodes. Three of the nodes work ok, > but one of them seems to slow down the program , possibly due to this > problem. > > any hints will be greatly appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message