|
|
Subscribe / Log in / New account

Top-tier memory management

Top-tier memory management

Posted May 28, 2021 19:06 UTC (Fri) by droundy (subscriber, #4559)
Parent article: Top-tier memory management

I wonder why something closer to the LRU used for the page cache wouldn't be used for determining which tier a page belongs in? It kind of seems like the same problem.


to post comments

Top-tier memory management

Posted May 30, 2021 14:54 UTC (Sun) by Paf (subscriber, #91811) [Link]

I’m not sure of the precise cost of the mechanisms being proposed here, but the page cache LRU is kind of expensive (at least to me as an FS developer optimizing throughput). I’m not sure that kind of management is appropriate for all of memory. (But I might be off in terms of scale.)


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds