kmalloc
kmalloc
Posted Apr 10, 2025 23:38 UTC (Thu) by gmprice (subscriber, #167884)In reply to: kmalloc by cesarb
Parent article: Management of volatile CXL devices
You really only want to limit it's use in a heterogenous environment where it's significantly slower. Relegate it to demotion in reclaim and fallback allocations under pressure, and you'll get reliable high performance under normal conditions and better performance where you might otherwise have had to use swap.
Keep things you KNOW can cause issues out and it limits the complexity when you go hunting performance regressions.