git: kernel - Increase elf limits

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Jun 25 10:35:59 PDT 2019


commit 3206d8877be9b4cfed19ba8b59f3b1933b91ca42
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Jun 25 10:30:56 2019 -0700

    kernel - Increase elf limits
    
    * Increase the MAXTSIZ default from 256MB to 32GB.  Certain debug
      executables, such as chromium, exceeded the original limit.
    
    * Leave the default data limit at 128MB for the moment, but it will
      be increased as soon as we work out low-memory hinting vs heap
      allocation.

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3206d8877be9b4cfed19ba8b59f3b1933b91ca42


-- 
DragonFly BSD source repository



More information about the Commits mailing list