Skip to content

Commit 26b0d01

Browse files
authored
Update 2_baseline.md
1 parent 9f0f2e5 commit 26b0d01

File tree

1 file changed

+8
-5
lines changed
  • content/learning-paths/servers-and-cloud-computing/tune-network-workloads-on-bare-metal

1 file changed

+8
-5
lines changed

content/learning-paths/servers-and-cloud-computing/tune-network-workloads-on-bare-metal/2_baseline.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,18 @@ weight: 3
66
layout: learningpathall
77
---
88

9+
In this section you will start by establish an optimal baseline for tuning the network workload.
10+
911
{{% notice Note %}}
1012
To achieve maximum performance, ulimit -n 65535 must be executed on both server and client!
1113
{{% /notice %}}
1214

13-
## Optimal baseline before tuning
14-
- Align the IOMMU settings with default Ubuntu settings
15-
- Baseline on Arm Neoverse bare-metal (default configuration)
16-
- Baseline on Arm Neoverse bare-metal (access logging disabled)
17-
- Baseline on Arm Neoverse bare-metal (optimal thread count)
15+
## Optimal baseline configuration before tuning
16+
This includes:
17+
- Aligning the IOMMU settings with default Ubuntu settings
18+
- Setting up a default configuration
19+
- Disabling access logging
20+
- Setting up an optimal thread count
1821

1922
### Align the IOMMU settings with default Ubuntu settings
2023

0 commit comments

Comments
 (0)