• Andrew Morton's avatar
    [PATCH] per-node kswapd instances · db7b0c9f
    Andrew Morton authored
    Patch from David Hansen.
    
    Start one kswapd instance for each NUMA node.  That kswapd instance
    only works against the pages which are local to that node.
    
    We need to bind that kswapd to that node's CPU set, but the
    infrastructure for this is not yet in place.
    db7b0c9f
page_alloc.c 25.7 KB