Bug 2151893
| Summary: | customer see "TCP: out of memory -- consider tuning tcp_mem" in the amphora | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Gregory Thiemonge <gthiemon> |
| Component: | openstack-octavia | Assignee: | Gregory Thiemonge <gthiemon> |
| Status: | CLOSED ERRATA | QA Contact: | Omer Schwartz <oschwart> |
| Severity: | high | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 16.2 (Train) | CC: | beagles, erpeters, fpiccion, ihrachys, jamsmith, lpeer, majopela, oschwart, scohen, tvainio |
| Target Milestone: | z5 | Keywords: | Triaged |
| Target Release: | 16.2 (Train on RHEL 8.4) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-octavia-5.1.3-2.20221208224819.1b737b8.el8ost | Doc Type: | Bug Fix |
| Doc Text: |
Before this update, inadequate TCP buffer sizes resulted in out of memory warnings for TCP in amphora. The smaller TCP buffer size had a potential negative impact on TCP flows with large payloads. This update increases the size of the TCP buffers in amphora, improving the reliability of the TCP connections. This resolves the issue.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-04-26 12:17:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Gregory Thiemonge
2022-12-08 13:41:06 UTC
Current values: [cloud-user@amphora-e3059233-128f-4254-acbe-31f78d6a7ce0 ~]$ sudo sysctl -a | grep -e tcp_.mem -e core..mem_max net.core.rmem_max = 212992 net.core.wmem_max = 212992 net.ipv4.tcp_rmem = 16384 65536 524288 net.ipv4.tcp_wmem = 16384 349520 699040 (In reply to Gregory Thiemonge from comment #3) > Current values: > > [cloud-user@amphora-e3059233-128f-4254-acbe-31f78d6a7ce0 ~]$ sudo sysctl -a > | grep -e tcp_.mem -e core..mem_max > net.core.rmem_max = 212992 > net.core.wmem_max = 212992 > net.ipv4.tcp_rmem = 16384 65536 524288 > net.ipv4.tcp_wmem = 16384 349520 699040 New values should be: [cloud-user@amphora-67fdda2f-fff4-4597-ae67-994fa7bfddfa ~]$ sudo sysctl -a | grep -e tcp_.mem -e core..mem_max net.core.rmem_max = 67108864 net.core.wmem_max = 67108864 net.ipv4.tcp_rmem = 4096 87380 33554432 net.ipv4.tcp_wmem = 4096 87380 33554432 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat OpenStack Platform 16.2.5 (Train) bug fix and enhancement advisory), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2023:1763 |