Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Use the same process and file limits as ...
details: https://anonhg.NetBSD.org/src/rev/b2375b757dc9
branches: trunk
changeset: 347922:b2375b757dc9
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Sep 23 13:31:33 2016 +0000
description:
Use the same process and file limits as normal AND64 for Xen kernels.
diffstat:
sys/arch/amd64/conf/std.xen | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 23965f2c611c -r b2375b757dc9 sys/arch/amd64/conf/std.xen
--- a/sys/arch/amd64/conf/std.xen Thu Sep 22 23:18:10 2016 +0000
+++ b/sys/arch/amd64/conf/std.xen Fri Sep 23 13:31:33 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.xen,v 1.7 2014/10/11 09:50:03 uebayasi Exp $
+# $NetBSD: std.xen,v 1.8 2016/09/23 13:31:33 joerg Exp $
# NetBSD: std.i386,v 1.24 2003/02/26 21:33:36 fvdl Exp
#
# standard, required NetBSD/i386 'options'
@@ -13,3 +13,6 @@
options EXEC_ELF64 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
options MTRR
+
+options CHILD_MAX=1024 # 160 is too few
+options OPEN_MAX=1024 # 128 is too few
Home |
Main Index |
Thread Index |
Old Index