Skip to content

Commit 36def2e

Browse files
committed
Republish UDP packet drops article with updates
1 parent 3e59bf1 commit 36def2e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/aks/troubleshoot-udp-packet-drops.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ You can change buffer size values on a node pool level during the node pool crea
9292
1. Create a `linuxosconfig.json` file on your local machine with the following contents. You can modify the values per your application requirements and node SKU. The minimum value is *212992 bytes*, and the maximum is *134217728 bytes*.
9393
9494
```json
95-
{
96-
"sysctls": {
97-
"netCoreRmemMax": 1048576,
98-
netCoreRmemDefault”:1048576
99-
}
100-
}
95+
{
96+
"sysctls": {
97+
"netCoreRmemMax": 1048576,
98+
"netCoreRmemDefault": 1048576
99+
}
100+
}
101101
```
102102
103103
2. Make sure you're in the same directory as the `linuxosconfig.json` file and create a new node pool with the buffer size configuration using the [`az aks nodepool add`][az-aks-nodepool-add] command.

0 commit comments

Comments
 (0)