Re: svn commit: r339601 - head/sys/vm

2018-10-22 Thread Mark Johnston
On Mon, Oct 22, 2018 at 07:15:20PM +0200, O. Hartmann wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Am Mon, 22 Oct 2018 17:04:05 + (UTC) > Mark Johnston schrieb: > > > Author: markj > > Date: Mon Oct 22 17:04:04 2018 > > New Revision: 339601 > > URL: https://svnweb.freebsd.o

Re: svn commit: r339601 - head/sys/vm

2018-10-22 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Mon, 22 Oct 2018 17:04:05 + (UTC) Mark Johnston schrieb: > Author: markj > Date: Mon Oct 22 17:04:04 2018 > New Revision: 339601 > URL: https://svnweb.freebsd.org/changeset/base/339601 > > Log: > Swap in processes unless there's a global

svn commit: r339601 - head/sys/vm

2018-10-22 Thread Mark Johnston
Author: markj Date: Mon Oct 22 17:04:04 2018 New Revision: 339601 URL: https://svnweb.freebsd.org/changeset/base/339601 Log: Swap in processes unless there's a global memory shortage. On NUMA systems, we would not swap in processes unless all domains had some free pages. This is too cons