Skip to content
  • Mel Gorman's avatar
    mm: numa: Rate limit the amount of memory that is migrated between nodes · a8f60772
    Mel Gorman authored
    
    
    NOTE: This is very heavily based on similar logic in autonuma. It should
    	be signed off by Andrea but because there was no standalone
    	patch and it's sufficiently different from what he did that
    	the signed-off is omitted. Will be added back if requested.
    
    If a large number of pages are misplaced then the memory bus can be
    saturated just migrating pages between nodes. This patch rate-limits
    the amount of memory that can be migrating between nodes.
    
    Signed-off-by: default avatarMel Gorman <mgorman@suse.de>
    a8f60772