*BSD News Article 4309


Return to BSD News archive

Path: sserve!manuel!munnari.oz.au!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!mp.cs.niu.edu!fnnews!europa.fnal.gov!zingelman
From: zingelman@adcalc.fnal.gov
Newsgroups: comp.unix.bsd
Subject: workaround for kmem panic/hang w/NFS
Keywords: NFS, panic, hang, fix
Message-ID: <31AUG199208314403@europa.fnal.gov>
Date: 31 Aug 92 14:31:00 GMT
Sender: news@fnnews.fnal.gov
Organization: Fermi National Accelerator Laboratory, AD/Controls
Lines: 20
Nntp-Posting-Host: europa.fnal.gov
News-Software: VAX/VMS VNEWS 1.41

Here is a workaround that seems to fix problems with kmem panics and
hangs while doing NFS... (it has worked for at least one other person)

mount using the options "-o rsize=4096,wsize=4096" (the defaults are 8192.)

Since doing this, we have not seen another panic!  As a side effect, NFS
seems to run faster!

    This is our best guess, description of our system:
        a generic clone 80386 motherboard with an AMI MK-II AT BIOS,
        8 meg of memory, 80387, Twinhead EGA card, WD1007A disk controller
        with 2 CDC Wren III ESDI drives, and a 3com Etherlink II card.

    This is a list of patches we have applied:
        original 2nd drive patch
        MAX_KMAPENT increase patch
        bufpages = min(NKMEMCLUSTERS/2, bufpages) patch
        npx 0xf1 -> 0xb1 patch

"Tim Zingelman" <zingelman@adcalc.fnal.gov>