cvs commit: src/sys/vm vm_init.c

Kris Kennaway kris at FreeBSD.org
Wed Apr 27 17:29:25 PDT 2005


kris        2005-04-28 00:29:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/vm               vm_init.c 
  Log:
  MFC:
  
    Add the vm.exec_map_entries tunable and read-only sysctl, which controls
    the number of entries in exec_map (maximum number of simultaneous execs
    that can be handled by the kernel).  The default value of 16 is
    insufficient on heavily loaded machines (particularly SMP machines), and
    if it is exceeded then executing further processes will generate a SIGABRT.
  
    This is a workaround until a better solution can be implemented.
  
  Revision  Changes    Path
  1.44.2.2  +7 -1      src/sys/vm/vm_init.c


More information about the cvs-all mailing list