패키지 압축을 푸는 데 시간이 오래 걸립니다. 우분투 16.04로 업그레이드하기 전에는 훨씬 빨랐습니다. nfs 서버 데몬 수를 8에서 32로 늘렸고 및도 수정했는데 rsize
차이는 wsize
최소화되었습니다.
편집하다:
내 거 /etc/exports
:
/shared-home *(rw,sync,no_root_squash,no_subtree_check)
고객 fstab
:
server:/shared-home /shared-home nfs _netdev,auto 0 0
답변1
/etc/exports/
다음 과 같이 설정하세요 async
.
/shared-home *(rw,async,no_root_squash,no_subtree_check)
우리를 위해 이 문제를 해결했습니다.