Date: Mon, 25 Apr 2005 19:22:05 +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: <200504251922.j3PJM56h025523@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2005-04-25 19:22:05 UTC FreeBSD src repository Modified files: sys/vm vm_init.c Log: 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. Reviewed by: alc MFC after: 3 days Revision Changes Path 1.46 +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?200504251922.j3PJM56h025523>