Windows Server 2012의 NFS v3에서 Buffer 크기가 기본 32KB이고, 그 이하로 조정이 가능하다.
NFS v4는 1MB인데, v3에서도 사용이 가능할까?
답은 가능하다.
------------------------------------------------------------------------------
1. 레지스트리 편집기에서,
"HKLM\System\CurrentControlSet\Services\NfsSvr\Parameters\" 에
V3ReadWriteMaxSizeTCP가 존재하지 않으면 DWORD로 생성.
2. 해당 값을 원하는 Bytes 값으로 입력. 1MB의 경우, 십진수 1048576 입력.
3. 시스템을 재시작 하여 적용
------------------------------------------------------------------------------
참고.
Nfsadmin
http://technet.microsoft.com/en-us/library/cc771599.aspx
You can use nfsadmin to manage Server for NFS and Client for NFS.
rsize=sizeSpecifies the size, in kilobytes, of the read buffer. This value can be 0.5, 1, 2, 4, 8, 16, or 32. The default is 32.
wsize=sizeSpecifies the size, in kilobytes, of the write buffer. This value can be 0.5, 1, 2, 4, 8, 16, or 32. The default is 32.