Re: svn commit: r242029 - head/sys/kern

2012-11-08 Thread Alfred Perlstein
Peter, I agree. It's certainly not perfect, however it's not nearly as bogus as what was there previously. I know maxusers is wrong, however what it really means, if you think about it, is give me a scaling factor that is relative to physical ram, BUT capped at some value so as to not

Re: svn commit: r242029 - head/sys/kern

2012-11-08 Thread Garrett Cooper
On Nov 8, 2012, at 1:13 AM, Alfred Perlstein wrote: Peter, I agree. It's certainly not perfect, however it's not nearly as bogus as what was there previously. I know maxusers is wrong, however what it really means, if you think about it, is give me a scaling factor that is relative

Re: svn commit: r242029 - head/sys/kern

2012-11-08 Thread Andre Oppermann
On 08.11.2012 08:46, Peter Wemm wrote: On Wed, Nov 7, 2012 at 10:24 PM, Alfred Perlstein bri...@mu.org wrote: [[ + peter ]] Folks, I spent quite a bit of time trying to figure out how to resolve maxusers scaling in a happy way for all. I think I came up with a solution. This solution should

Re: svn commit: r242029 - head/sys/kern

2012-11-08 Thread Alfred Perlstein
On 11/8/12 1:22 AM, Garrett Cooper wrote: On Nov 8, 2012, at 1:13 AM, Alfred Perlstein wrote: Peter, I agree. It's certainly not perfect, however it's not nearly as bogus as what was there previously. I know maxusers is wrong, however what it really means, if you think about it, is give

Re: svn commit: r242029 - head/sys/kern

2012-11-08 Thread Alfred Perlstein
Peter, can you let me know what you think? -Alfred On 11/7/12 11:46 PM, Peter Wemm wrote: On Wed, Nov 7, 2012 at 10:24 PM, Alfred Perlstein bri...@mu.org wrote: [[ + peter ]] Folks, I spent quite a bit of time trying to figure out how to resolve maxusers scaling in a happy way for all. I

Re: svn commit: r242029 - head/sys/kern

2012-11-07 Thread Alfred Perlstein
[[ + peter ]] Folks, I spent quite a bit of time trying to figure out how to resolve maxusers scaling in a happy way for all. I think I came up with a solution. This solution should work for i386, and other 32 bit platforms, as well as scaling well for 64 bit (or higher) platforms that have

Re: svn commit: r242029 - head/sys/kern

2012-11-07 Thread Peter Wemm
On Wed, Nov 7, 2012 at 10:24 PM, Alfred Perlstein bri...@mu.org wrote: [[ + peter ]] Folks, I spent quite a bit of time trying to figure out how to resolve maxusers scaling in a happy way for all. I think I came up with a solution. This solution should work for i386, and other 32 bit

Re: svn commit: r242029 - head/sys/kern

2012-10-25 Thread Konstantin Belousov
On Thu, Oct 25, 2012 at 01:46:21AM +, Alfred Perlstein wrote: Author: alfred Date: Thu Oct 25 01:46:20 2012 New Revision: 242029 URL: http://svn.freebsd.org/changeset/base/242029 Log: Allow autotune maxusers 384 on 64 bit machines A default install on large memory machines

Re: svn commit: r242029 - head/sys/kern

2012-10-25 Thread Garrett Cooper
On Wed, Oct 24, 2012 at 6:46 PM, Alfred Perlstein alf...@freebsd.org wrote: Author: alfred Date: Thu Oct 25 01:46:20 2012 New Revision: 242029 URL: http://svn.freebsd.org/changeset/base/242029 Log: Allow autotune maxusers 384 on 64 bit machines A default install on large memory

Re: svn commit: r242029 - head/sys/kern

2012-10-25 Thread Bruce Evans
On Thu, 25 Oct 2012, Konstantin Belousov wrote: On Thu, Oct 25, 2012 at 01:46:21AM +, Alfred Perlstein wrote: ... Modified: head/sys/kern/subr_param.c == --- head/sys/kern/subr_param.c Thu Oct 25 01:27:01 2012

Re: svn commit: r242029 - head/sys/kern

2012-10-25 Thread John Baldwin
On Thursday, October 25, 2012 4:05:51 am Konstantin Belousov wrote: On Thu, Oct 25, 2012 at 01:46:21AM +, Alfred Perlstein wrote: Author: alfred Date: Thu Oct 25 01:46:20 2012 New Revision: 242029 URL: http://svn.freebsd.org/changeset/base/242029 Log: Allow autotune maxusers