Re: Supermicro 6027R-N3RF+head, usb trouble

看板FB_current作者時間12年前 (2013/07/12 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串14/14 (看更多)
> > diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c > > > index 7bd8d7e..2f92cde 100644 > > > --- a/sys/kern/vfs_bio.c > > > +++ b/sys/kern/vfs_bio.c > > > @@ -560,7 +560,8 @@ kern_vfs_bio_buffer_alloc(caddr_t v, long physmem_est) > > > nbuf += min((physmem_est - 4096) / factor, > > > 65536 / factor); > > > if (physmem_est > 65536) > > > - nbuf += (physmem_est - 65536) * 2 / (factor * 5); > > > + nbuf += min((physmem_est - 65536) * 2 / (factor * 5), > > > + 32 * 1024 * 1024 / (factor * 5)); > > > > > > if (maxbcache && nbuf > maxbcache / BKVASIZE) > > > nbuf = maxbcache / BKVASIZE; > > > > > > > > > -- > > Regards, > > Bryan Drewery Will this be included in Freebsd-9.1 patch 5 by any chance. I have a system with 512G of ram and i have to use the above work around to get it to boot. I prefer not patching the kernel since the next freebsd-update will break it.
文章代碼(AID): #1HtlBVL0 (FB_current)
討論串 (同標題文章)
文章代碼(AID): #1HtlBVL0 (FB_current)