Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add multi-gen LRU kernel support #710

Merged
merged 1 commit into from
Apr 25, 2023
Merged

feat: add multi-gen LRU kernel support #710

merged 1 commit into from
Apr 25, 2023

Conversation

nberlee
Copy link
Contributor

@nberlee nberlee commented Apr 14, 2023

Adds Multi-Gen LRU support to the kernel but does not enable it by default. MG LRU is one of the most hyped features of 6.1.

Options and /sys/kernel control:
https://kernel.org/doc/html/v6.1/admin-guide/mm/multigen_lru.html
General docs:
https://kernel.org/doc/html/v6.1/mm/multigen_lru.html

Benchmarks:
https://www.phoronix.com/news/MGLRU-July-2022-Performance
https://lwn.net/Articles/880393/ (scroll down)

TLDR presentation slides:
https://www.phoronix.com/news/MGLRU-LPC-2022

Adds Multi-Gen LRU support to the kernel but does not enable it by
default. MG LRU is one of the most hyped features of 6.1.

Options and /sys/kernel control:
https://kernel.org/doc/html/v6.1/admin-guide/mm/multigen_lru.html
General docs:
https://kernel.org/doc/html/v6.1/mm/multigen_lru.html

Benchmarks:
https://www.phoronix.com/news/MGLRU-July-2022-Performance

TLDR presentation slides:
https://www.phoronix.com/news/MGLRU-LPC-2022

Signed-off-by: Nico Berlee <nico.berlee@on2it.net>
Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
@smira
Copy link
Member

smira commented Apr 24, 2023

/ok-to-test

@smira
Copy link
Member

smira commented Apr 25, 2023

/m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backported
Development

Successfully merging this pull request may close these issues.

3 participants