On Thu, 23 Apr 2015 11:33:11 +0100 Mel Gorman <mgorman@xxxxxxx> wrote: > Only a subset of struct pages are initialised at the moment. When this patch > is applied kswapd initialise the remaining struct pages in parallel. This > should boot faster by spreading the work to multiple CPUs and initialising > data that is local to the CPU. The user-visible effect on large machines > is that free memory will appear to rapidly increase early in the lifetime > of the system until kswapd reports that all memory is initialised in the > kernel log. Once initialised there should be no other user-visibile effects. > > ... > > + pr_info("kswapd %d initialised deferred memory in %ums\n", nid, > + jiffies_to_msecs(jiffies - start)); It might be nice to tell people how much deferred memory kswapd initialised. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>