bob prohaska fbsd at www.zefox.net wrote on Wed Jun 6 23:57:57 UTC 2018 : > On Wed, Jun 06, 2018 at 08:55:39PM +0200, Ronald Klop wrote: > > On Sat, 02 Jun 2018 13:40:27 +0200, Ronald Klop <ronald-lists at klop.ws > > > > wrote: > > > > > > How do you ever run a -j4 buildworld? My RPI3 starts building clang/llvm > > with sometimes 500 MB+ per process so everything starts swapping like hell > > and takes forever to run. > > > > Lately, never 8-)
Looks like there has been another stab at avoiding some unnecessary Out Of Memory killing of processes: Author: alc Date: Thu Jun 7 02:54:11 2018 New Revision: 334752 URL: https://svnweb.freebsd.org/changeset/base/334752 Log: . . . One visible effect of this error was that processes were being killed by the virtual memory system's OOM killer when in fact there was plentiful free memory. (I do not have access to an appropriate test context at this time.) === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
