This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which mount option would you use to improve performance if an Azure NetApp Files volume contains static data with heavy read workloads?
nconnect
rsize and wsize
rsize
wsize
nocto and actimeo
nocto
actimeo
You want to increase the number of parallel TCP network connections per NFS mount on NFS client VMs. Which mount option should you use?
What are the general recommendations for rsize and wsize values in mount options, for optimal performance?
rsize=1048576,wsize=1448576(1 MB/1 MB)
rsize=262144,wsize=262144(256 K/256 K)
rsize=65536,wsize=65536(64 K/64 K)
Why would you avoid using the sync mount option in EDA workloads?
sync
It causes data loss in the event of an outage.
It reduces overall performance.
It sends larger block sizes to the NFS server.
How many WRITE operations would be sent to an Azure NetApp Files volume if creating a 1-GiB file using an 8 K block size on an NFS mount with 256 K wsize and async mount options?
4096 (1048576/256)
4 (1048576/262144)
131072 (1048576/8)
You must answer all questions before checking your work.
Was this page helpful?