Module Name: src Committed By: martin Date: Wed Apr 11 14:37:11 UTC 2018
Modified Files: src/sys/arch/amd64/include [netbsd-8]: vmparam.h src/sys/arch/sparc64/include [netbsd-8]: vmparam.h Log Message: Pull up following revision(s) (requested by mrg in ticket #733): sys/arch/amd64/include/vmparam.h: revision 1.44 sys/arch/amd64/include/vmparam.h: revision 1.45 sys/arch/sparc64/include/vmparam.h: revision 1.38 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@. Remove superfluous word in comment. Noted by Geoff Wing. Bump PAGER_MAP_DEFAULT_SIZE to 512 MB (like amd64 recently did). To generate a diff of this commit: cvs rdiff -u -r1.39.6.1 -r1.39.6.2 src/sys/arch/amd64/include/vmparam.h cvs rdiff -u -r1.37 -r1.37.10.1 src/sys/arch/sparc64/include/vmparam.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.