Module Name:    src
Committed By:   joerg
Date:           Fri Sep 23 13:31:33 UTC 2016

Modified Files:
        src/sys/arch/amd64/conf: std.xen

Log Message:
Use the same process and file limits as normal AND64 for Xen kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/amd64/conf/std.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/std.xen
diff -u src/sys/arch/amd64/conf/std.xen:1.7 src/sys/arch/amd64/conf/std.xen:1.8
--- src/sys/arch/amd64/conf/std.xen:1.7	Sat Oct 11 09:50:03 2014
+++ src/sys/arch/amd64/conf/std.xen	Fri Sep 23 13:31:33 2016
@@ -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 	CPU_IN_CKSUM
 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

Reply via email to