On Sunday 2017-11-12 07:24 +1100, matthew green output: :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. [...] :cvs rdiff -u -r1.43 -r1.44 src/sys/arch/amd64/include/vmparam.h
[...] + * Default pager_map of 16MB is awfully small. There is have plenty + * of VA so use it. [...] It's only in a comment but "...is have..."? Regards, Geoff