git: kernel - Increase default MAXTSIZ from 128M to 256M

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Nov 20 18:15:16 PST 2014


commit 5e700a85e9a78dd74defb3e598b285cf087018ef
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Nov 20 18:13:10 2014 -0800

    kernel - Increase default MAXTSIZ from 128M to 256M
    
    * Increase the default max text size from 128m to 256m.  Note that this
      value can also be overridden in /boot/loader.conf via kern.maxtsiz.
    
    * Currently only chrome compiled w/ full debugging has a text size
      which exceeds 128M.  The normally compiled chrome is hitting 93MB
      though so we might as well up the limit now.

Summary of changes:
 sys/platform/pc64/include/vmparam.h      | 2 +-
 sys/platform/vkernel64/include/vmparam.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5e700a85e9a78dd74defb3e598b285cf087018ef


-- 
DragonFly BSD source repository



More information about the Commits mailing list