|
|
|
|
|
by the8472
2515 days ago
|
|
You probably don't want it in ld preload globally because it would also clobber the page cache in processes that do benefit from it. And if you only do it in a container you can also limit the page cache size of the container to avoid impacting the other workloads. |
|
i.e. I really wonder for desktop workloads if one only caches "executable" data, how would that negatively impact perceived performance. I'd imagine it have some impact, but I'd be interested in seeing it quantified.