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
This reverts commit d908e31.
JIRA: https://issues.redhat.com/browse/RHEL-80655
Upstream Status: RHEL-only
It was found that the introduction of POSIX_FADV_NOREUSE in 9.6 is
causing 10-20x slow down in OCP's etcd compaction which we believe
is due to increased OCP API latency.
In particular, we believe that this commit 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.
The conflict is due to downstream a85223e ("mm: ptep_get()
conversion") in mm/rmap.c::folio_referenced_one().
Signed-off-by: Luiz Capitulino <luizcap@redhat.com>
0 commit comments