You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-9/-/merge_requests/3517
JIRA: https://issues.redhat.com/browse/RHEL-80655
Upstream Status: RHEL-only
This series reverts the introduction of POSIX_FADV_NOREUSE in 9.6.
As documented in the jira ticket, it was found that downstream commit
d908e31 seems responsible for a
10-20x slow down in OCP's etcd compaction operation which may be due
to increased OCP API latency.
We believe that d908e31 is regressing
MADV_RANDOM in a way that causes performance degradation for applications
using this hint, as after this commit the pages backing the VMAs that
are marked for random access will not receive a second chance to be
re-activated once they are in the LRU inactive list.
Signed-off-by: Luiz Capitulino <luizcap@redhat.com>
Approved-by: Rafael Aquini <raquini@redhat.com>
Approved-by: Aristeu Rozanski <arozansk@redhat.com>
Approved-by: Waiman Long <longman@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
0 commit comments