[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Fast NFS
- Subject: [ale] Fast NFS
- From: Robert.L.Harris at rdlg.net (Robert L. Harris)
- Date: Sat Sep 11 22:55:43 2004
- In-reply-to: <[email protected]>
- References: <[email protected]>
cat /proc/net/rpc/nfsd | grep th | cut -d\ -f 13
If th? value continues to increment then you're maxing out your threads.
Look at your init script for your nfsd and increase "NUM_THREADS".
Thus spake Christopher Fowler (cfowler at outpostsentinel.com):
> Is tehre a way I can make sure my NFS server provides my clients top
> priority? I'm using an ARM board and am nfs rooting it. Every so often
> during heavy use I get nfs server not responding errors. I need to
> place swap over NFS and so I do not need the kernel barfing.
>
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
:wq!
---------------------------------------------------------------------------
Robert L. Harris | GPG Key ID: E344DA3B
@ x-hkp://pgp.mit.edu
DISCLAIMER:
These are MY OPINIONS With Dreams To Be A King,
ALONE. I speak for First One Should Be A Man
no-one else. - Manowar
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
- References:
- [ale] Fast NFS
- From: cfowler at outpostsentinel.com (Christopher Fowler)