Skip to content

Commit 1c33d7a

Browse files
Merge pull request #281871 from schaffererin/userstory289099
Added revert to original values section to doc
2 parents 1a3b8b6 + 36c011c commit 1c33d7a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Diagnose and solve UDP packet drops in Azure Kubernetes Service (AKS)
33
description: Learn how to diagnose and solve UDP packet drops in Azure Kubernetes Service (AKS).
44
ms.topic: how-to
5-
ms.date: 05/09/2024
5+
ms.date: 07/25/2024
66
author: schaffererin
77
ms.author: schaffererin
88
ms.service: azure-kubernetes-service
@@ -132,6 +132,19 @@ Once you apply the new values, you can access your VM to ensure the new values a
132132

133133
Your values should now be set to the values outlined in `linuxosconfig.json`.
134134

135+
## Revert to original values
136+
137+
If you want to restore the buffer size to its default value of *0.2 MB*, you can update the `linuxosconfig.json` file with the following values:
138+
139+
```json
140+
{
141+
"sysctls": {
142+
"netCoreRmemMax": 212992,
143+
"netCoreRmemDefault": 212992
144+
}
145+
}
146+
```
147+
135148
## Next steps
136149

137150
In this article, you learned how to diagnose and solve UDP packet drops in Azure Kubernetes Service (AKS). For more information on how to troubleshoot issues in AKS, see the [Azure Kubernetes Service troubleshooting documentation](/troubleshoot/azure/azure-kubernetes/welcome-azure-kubernetes).

0 commit comments

Comments
 (0)