Skip to content

Commit

Permalink
enabler: Additional machine tuning docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyrnes committed Mar 15, 2024
1 parent 7796190 commit 43fe6b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions internal-lab-setup-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ Images for emulated network devices must also be available. See ./images/README.

You must tune host settings https://hmntsharma.github.io/cisco-xrd/base_setup/#clone-the-xrd-tools-repository

As of March 2024, for XRd 7.11.1, the following sysctl settings were appropriate based on the above guide:

```
# /etc/sysctl.conf
fs.inotify.max_user_instances=64000
fs.inotify.max_user_watches=64000
net.core.rmem_default=67108864
net.ipv4.udp_mem='1124736 10000000 67108864'
```

Set mgmt address in the config (instead of automatically assigning) as XRd has a bug and a container keeps its old address if it's been assigned a new address. containerlab is non-deterministic when assigning mgmt IPs.

Review the `Makefile` in `Getting_Started`
Expand Down

0 comments on commit 43fe6b4

Please sign in to comment.