Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/xen/conf Given Xen/i386 the same process and file l...
details: https://anonhg.NetBSD.org/src/rev/83a718cc03a8
branches: trunk
changeset: 347933:83a718cc03a8
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Sep 23 22:07:12 2016 +0000
description:
Given Xen/i386 the same process and file limit as native i386.
diffstat:
sys/arch/xen/conf/std.xen | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 50cd249f4998 -r 83a718cc03a8 sys/arch/xen/conf/std.xen
--- a/sys/arch/xen/conf/std.xen Fri Sep 23 21:30:49 2016 +0000
+++ b/sys/arch/xen/conf/std.xen Fri Sep 23 22:07:12 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.xen,v 1.7 2011/06/30 20:09:38 wiz Exp $
+# $NetBSD: std.xen,v 1.8 2016/09/23 22:07:12 joerg Exp $
# NetBSD: std.i386,v 1.24 2003/02/26 21:33:36 fvdl Exp
#
# standard, required NetBSD/i386 'options'
@@ -16,5 +16,8 @@
#options CRYPTO_MD_BF_ENC # machine-dependent code for BF_encrypt
#options CRYPTO_MD_BF_CBC # careful: uses bswapl, requires 486
+options CHILD_MAX=1024 # 160 is too few
+options OPEN_MAX=1024 # 128 is too few
+
# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"
Home |
Main Index |
Thread Index |
Old Index