Received: by mail.netbsd.org (Postfix, from userid 605) id 3F667855D5; Sat, 11 Nov 2017 20:23:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BBC72855C9 for ; Sat, 11 Nov 2017 20:23:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qLhLNRE5CwbS for ; Sat, 11 Nov 2017 20:23:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 65F3484D30 for ; Sat, 11 Nov 2017 20:23:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 60DDAFBDE; Sat, 11 Nov 2017 20:23:49 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 11 Nov 2017 20:23:49 +0000 From: "matthew green" Subject: CVS commit: src/sys/arch/amd64/include To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20171111202349.60DDAFBDE@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "matthew green" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: mrg Date: Sat Nov 11 20:23:49 UTC 2017 Modified Files: src/sys/arch/amd64/include: vmparam.h Log Message: bump PAGER_MAP_DEFAULT_SIZE to 512MB. this should allow more concurrent IOs to be possible, and i'm unable to see pager_map contention any more. other larger platforms should probably do this too. ok chs@. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/arch/amd64/include/vmparam.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.