lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 14 Nov 2011 15:21:00 -0800
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	Mel Gorman <mgorman@...e.de>
Cc:	linux-kernel@...r.kernel.org, linux-mm@...ck.org
Subject: Re: [PATCH] mm: Reduce the amount of work done when updating
 min_free_kbytes

On Fri, 11 Nov 2011 16:21:19 +0000
Mel Gorman <mgorman@...e.de> wrote:

> When min_free_kbytes is updated, some pageblocks are marked MIGRATE_RESERVE.
> Ordinarily, this work is unnoticable as it happens early in boot but on
> large machines with 1TB of memory, this has been reported to delay
> boot times, probably due to the NUMA distances involved.
> 
> The bulk of the work is due to calling calling pageblock_is_reserved()
> an unnecessary amount of times and accessing far more struct page
> metadata than is necessary. This patch significantly reduces the
> amount of work done by setup_zone_migrate_reserve() improving boot
> times on 1TB machines.
> 

By how much? :)

(I mainly ask because I'm curious to know how long the kernel takes to
boot on a 1TB machine...)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ