Skip to content

Commit e4eea93

Browse files
committed
Karl's updates
1 parent 12eb337 commit e4eea93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network/virtual-network-optimize-network-bandwidth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RSS is always enabled by default in an Azure Linux VM. Linux kernels released si
5151

5252
### Ubuntu for new deployments
5353

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.
5555

5656
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.
5757

@@ -91,7 +91,7 @@ Most modern distributions should have significant improvements with kernels newe
9191

9292
## Optimizing cross-region transfer speeds in Azure Linux VMs
9393

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.
9595

9696
To enhance network performance, consider implementing the following optimizations that have been proven effective in a number of situations on Azure:
9797

@@ -129,7 +129,7 @@ To enhance network performance, consider implementing the following optimization
129129
ACTION=="add|change", SUBSYSTEM=="net", KERNEL=="eth*", PROGRAM="/sbin/tc qdisc replace dev \$env{INTERFACE} root fq“
130130
```
131131

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:
133133

134134
```bash
135135
IRQBALANCE_BANNED_CPULIST=0-2

0 commit comments

Comments
 (0)