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

2015-01-24 Thread Garrett Cooper
On Jan 24, 2015, at 12:18, Will Andrews wrote: > On Sat, Jan 24, 2015 at 11:34:10AM -0800, Garrett Cooper wrote: >>Could you please add a kernel option to set the default from >> 0 to 1, or provide a tunable so the value could be set in loader.conf? > > Hi Garrett, > > The sysctl is configu

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

2015-01-24 Thread Will Andrews
On Sat, Jan 24, 2015 at 11:34:10AM -0800, Garrett Cooper wrote: > Could you please add a kernel option to set the default from > 0 to 1, or provide a tunable so the value could be set in loader.conf? Hi Garrett, The sysctl is configured as a CTLFLAG_RWTUN, so it can be configured in loader.co

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

2015-01-24 Thread Garrett Cooper
> On Janc 24, 2015, at 09:32, Will Andrews wrote: > > Author: will > Date: Sat Jan 24 17:32:45 2015 > New Revision: 277651 > URL: https://svnweb.freebsd.org/changeset/base/277651 > > Log: > Add vm.panic_on_oom sysctl, which enables those who would rather panic than > kill a process, when the

svn commit: r277651 - head/sys/vm

2015-01-24 Thread Will Andrews
Author: will Date: Sat Jan 24 17:32:45 2015 New Revision: 277651 URL: https://svnweb.freebsd.org/changeset/base/277651 Log: Add vm.panic_on_oom sysctl, which enables those who would rather panic than kill a process, when the system runs out of memory. Defaults to off. Usually, this is mo