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

2014-09-13 Thread John-Mark Gurney
Xin Li wrote this message on Sat, Sep 13, 2014 at 14:05 +0800: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 9/13/14 1:22 PM, John-Mark Gurney wrote: > > Xin Li wrote this message on Sat, Sep 13, 2014 at 12:23 +0800: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 > >> > >> On 9

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

2014-09-12 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 9/13/14 1:22 PM, John-Mark Gurney wrote: > Xin Li wrote this message on Sat, Sep 13, 2014 at 12:23 +0800: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >> >> On 9/13/14 3:41 AM, Adrian Chadd wrote: >>> Hi guys, >>> >>> Both r269963 and r269

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

2014-09-12 Thread John-Mark Gurney
Xin Li wrote this message on Sat, Sep 13, 2014 at 12:23 +0800: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 9/13/14 3:41 AM, Adrian Chadd wrote: > > Hi guys, > > > > Both r269963 and r269964 have broken the MIPS platforms with > > smaller amounts of RAM (< 64MB.) > > > > Sean notic

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

2014-09-12 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 9/13/14 3:41 AM, Adrian Chadd wrote: > Hi guys, > > Both r269963 and r269964 have broken the MIPS platforms with > smaller amounts of RAM (< 64MB.) > > Sean noticed it and filed a bug: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=19346

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

2014-09-12 Thread Adrian Chadd
Hi guys, Both r269963 and r269964 have broken the MIPS platforms with smaller amounts of RAM (< 64MB.) Sean noticed it and filed a bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193465 Can we please figure out what changed? Otherwise I'm going to revert these two changes until we figure

svn commit: r269964 - head/sys/kern

2014-08-13 Thread Xin LI
Author: delphij Date: Thu Aug 14 05:31:39 2014 New Revision: 269964 URL: http://svnweb.freebsd.org/changeset/base/269964 Log: Add a new loader tunable, vm.kmem_zmax which allows a system administrator to limit the maximum allocation size that malloc(9) would consider using the UMA cache allo