DragonFly commits List (threaded) for 2008-12
DragonFly BSD
DragonFly commits List (threaded) for 2008-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: DragonFly-2.1.1.86.gbc823 master sys/vm vm_fault.c vnode_pager.c


From: Joe Talbott <josepht@xxxxxxxxxx>
Date: Fri, 19 Dec 2008 14:40:01 -0500
Mail-followup-to: Matthew Dillon <dillon@apollo.backplane.com>, commits@crater.dragonflybsd.org

On Thu, Dec 18, 2008 at 02:40:45PM -0800, Matthew Dillon wrote:
>     I am asking people to test vm.burst_fault:
> 
>     sysctl vm.burst_fault=1
> 
>     This is code that has been in the kernel a long time but due to a
>     broken conditional was almost never executed.  When I fixed the
>     conditional my test box started crashing because the code was really
>     buggy.
> 
>     I believe I have fixed the bugs in this commit, but until it can get
>     some testing the default is set to 0.  To test please change to 1
>     and do compiles 'n stuff.  I want to turn this on by default in a week
>     or so.
> 

I've been running with vm.burst_fault=1 for about 5 hours.  I have
done the following all at the same time.

make -j4 buildworld
cd /usr/pkgsrc/x11/qt4 && bmake
# run two virtual kernels
# copy a 20GB vkernel root image

I haven't noticed any issues.  Shell response was still pretty timely.
If there are more specific tests that can be performed let me know.

I'll keep vm.burst_fault set to 1 and let you know if anything pops
up.

Joe



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]