Date: Thu, 28 Apr 2005 00:29:24 +0000 (UTC) From: Kris Kennaway <kris@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_init.c Message-ID: <200504280029.j3S0TOXp078389@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504280029.j3S0TOXp078389>