svn commit: r341375 - head/sys/vm

John Baldwin jhb at FreeBSD.org
Wed Dec 5 21:03:49 UTC 2018


On 12/1/18 8:50 AM, Konstantin Belousov wrote:
> Author: kib
> Date: Sat Dec  1 16:50:12 2018
> New Revision: 341375
> URL: https://svnweb.freebsd.org/changeset/base/341375
> 
> Log:
>   Allow to create swap zone larger than v_page_count / 2.
>   
>   If user configured the maxswapzone tunable, just take the literal
>   value for the initial zone sizing attempt.  Before, it was only
>   possible to reduce the zone by the tunable.

Thank you for fixing this.  A couple of times I've run into the issue where
the tunable can't raise the value which has been super annoying.

-- 
John Baldwin

                                                                            


More information about the svn-src-all mailing list