Skip to content

Commit db82bdc

Browse files
authored
Merge pull request #197269 from b-hchen/patch-53
Rsize and Wsize
2 parents b8141f0 + daa43bf commit db82bdc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-netapp-files/performance-linux-mount-options.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: conceptual
15-
ms.date: 06/01/2021
15+
ms.date: 05/05/2022
1616
ms.author: anfdocs
1717
---
1818
# Linux NFS mount options best practices for Azure NetApp Files
@@ -70,6 +70,8 @@ For details, see [Linux concurrency best practices for Azure NetApp Files](perfo
7070

7171
## `Rsize` and `Wsize`
7272

73+
Examples in this section provide information about how to approach performance tuning. You might need to make adjustments to suit your specific application needs.
74+
7375
The `rsize` and `wsize` flags set the maximum transfer size of an NFS operation. If `rsize` or `wsize` are not specified on mount, the client and server negotiate the largest size supported by the two. Currently, both Azure NetApp Files and modern Linux distributions support read and write sizes as large as 1,048,576 Bytes (1 MiB). However, for best overall throughput and latency, Azure NetApp Files recommends setting both `rsize` and `wsize` no larger than 262,144 Bytes (256 K). You might observe that both increased latency and decreased throughput when using `rsize` and `wsize` larger than 256 KiB.
7476

7577
For example, [Deploy a SAP HANA scale-out system with standby node on Azure VMs by using Azure NetApp Files on SUSE Linux Enterprise Server](../virtual-machines/workloads/sap/sap-hana-scale-out-standby-netapp-files-suse.md#mount-the-azure-netapp-files-volumes) shows the 256-KiB `rsize` and `wsize` maximum as follows:

0 commit comments

Comments
 (0)