is there any way to speed up NFS server?
from what i noticed:
- reads works fast and good, like accessed locally, readahead up to
maxbsize works fine on large files etc.
- write works terribly. it performs sync on every write IMHO,
setting vfs.nfsrv.async=1 improves things SLIGHTLY, but still - writes are
sent to hard disk every single block - no clustering.
am i doing something wrong or is it that broken?
i tried user space nfs from ports, it's funny but it's performance is
actually better after i removed fsync from code.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"