You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/virtual-network-optimize-network-bandwidth.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ RSS is always enabled by default in an Azure Linux VM. Linux kernels released si
51
51
52
52
### Ubuntu for new deployments
53
53
54
-
The Ubuntu on Azure kernel is the most optimized for network performance on Azure. Currently, all Ubuntu images by Canonical come by default with the optimized Azure kernel installed.
54
+
The Ubuntu on Azure kernel is heavily optimized for excellent network performance on Azure. Currently, all Ubuntu images by Canonical come by default with the optimized Azure kernel installed.
55
55
56
56
Use the following command to make sure that you're using the Azure kernel, which is identified by `-azure` at the end of the version.
57
57
@@ -91,7 +91,7 @@ Most modern distributions should have significant improvements with kernels newe
91
91
92
92
## Optimizing cross-region transfer speeds in Azure Linux VMs
93
93
94
-
Azure Linux VMs often experience network performance issues, particularly when transferring large files (1GB to 50GB) between regions, such as West Europe and West US. These issues are caused by suboptimal kernel configurations, network buffer settings, and default congestion control algorithms, which result in delayed packets, limited throughput, and inefficient resource usage.
94
+
Azure Linux VMs often experience network performance issues, particularly when transferring large files (1GB to 50GB) between regions, such as West Europe and West US. hese issues are caused by generic kernel configurations, network buffer settings, and default congestion control algorithms, which result in delayed packets, limited throughput, and inefficient resource usage.
95
95
96
96
To enhance network performance, consider implementing the following optimizations that have been proven effective in a number of situations on Azure:
97
97
@@ -129,7 +129,7 @@ To enhance network performance, consider implementing the following optimization
129
129
ACTION=="add|change", SUBSYSTEM=="net", KERNEL=="eth*", PROGRAM="/sbin/tc qdisc replace dev \$env{INTERFACE} root fq“
130
130
```
131
131
132
-
-**IRQ scheduling**: Depending on your workload, you may wish to restrict the irqbalance service from scheduling IRQs on certain nodes. Update `/etc/default/irqbalance`with the following configuration:
132
+
-**IRQ scheduling**: Depending on your workload, you may wish to restrict the irqbalance service from scheduling IRQs on certain nodes. Update `/etc/default/irqbalance`to specify which CPUs should not have IRQs scheduled:
0 commit comments