A trillion-parameter mixture-of-experts model cannot keep all its weights in RAM, so every serving system builds a custom cache for them. This paper deleted that cache, memory-mapped the weights, and let Linux's page cache take over: the untuned kernel matched the custom cache on hit rate, kept its hit rate through workload shifts that break the custom design, and made a production engine 1.1× faster by changing one flag.
Nothing matches.