Bug 1223566 - Azure Images Update the Mem Core Conf to Reduce the UDP losses (UPDATE: there has been a request to pause)
Summary: Azure Images Update the Mem Core Conf to Reduce the UDP losses (UPDATE: there...
Status: NEW
Alias: None
Product: PUBLIC SUSE Linux Enterprise Server 15 SP5
Classification: openSUSE
Component: Kernel (show other bugs)
Version: unspecified
Hardware: x86-64 Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Kernel Bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-29 23:35 UTC by Dongha Paek
Modified: 2024-05-10 18:42 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dongha Paek 2024-04-29 23:35:12 UTC
We need bigger buffer for UDP, as Azure customers are reporting network performance issue due to buffer being overflown.

 
Solution: Update Sysctl.conf in distro images to reduce UDP loss.
 
root:~# vi /etc/sysctl.conf
//add these lines
net.core.rmem_max = 1048576
net.core.rmem_default = 1048576