K 10 svn:author V 4 kris K 8 svn:date V 27 2005-04-28T23:41:38.000000Z K 7 svn:log V 473 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. Approved by: re (kensmith) END