svn commit: r251586 - head/sys/arm/ti

Konstantin Belousov kostikbel at gmail.com
Mon Jun 10 03:55:59 UTC 2013


On Sun, Jun 09, 2013 at 10:51:12PM +0000, Olivier Houchard wrote:
> Author: cognet
> Date: Sun Jun  9 22:51:11 2013
> New Revision: 251586
> URL: http://svnweb.freebsd.org/changeset/base/251586
> 
> Log:
>   Increase the maximum KVM available on TI chips. Not sure why we suddenly need
>   that much, but that lets me boot with 1GB of RAM.

I suspect that the cause is the combination of limited KVA and
lack of any limitation for the buffer map. I noted that ARM lacks
VM_BCACHE_SIZE_MAX after a report from mav about similar (?) problem a
day ago.

In essence, the buffer map is allowed to take up to ~330MB when no
upper limit from VM_BCACHE_SIZE_MAX is specified.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20130610/6d6ea49c/attachment.sig>


More information about the svn-src-head mailing list