bump CHILD_MAX and OPEN_MAX defaults on several platforms, both to 1024.

This commit is contained in:
mrg 2015-05-07 19:14:55 +00:00
parent fce62f0d34
commit 4499df58a1
7 changed files with 28 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: std.aarch64,v 1.1 2014/08/10 05:47:37 matt Exp $
# $NetBSD: std.aarch64,v 1.2 2015/05/07 19:14:56 mrg Exp $
#
# standard NetBSD/aarch64 options
@ -8,3 +8,6 @@ options MULTIPROCESSOR
options EXEC_ELF64
options EXEC_SCRIPT
options CHILD_MAX=1024 # 160 is too few
options OPEN_MAX=1024 # 128 is too few

View File

@ -1,4 +1,4 @@
# $NetBSD: std.amd64,v 1.9 2012/09/27 18:28:55 alnsn Exp $
# $NetBSD: std.amd64,v 1.10 2015/05/07 19:14:55 mrg Exp $
#
# standard, required NetBSD/amd64 'options'
@ -11,6 +11,9 @@ options EXEC_SCRIPT # exec #! scripts
options MTRR
options MULTIPROCESSOR
options CHILD_MAX=1024 # 160 is too few
options OPEN_MAX=1024 # 128 is too few
mainbus0 at root
cpu* at mainbus?
ioapic* at mainbus? apid ?

View File

@ -1,4 +1,4 @@
# $NetBSD: std.evbarm,v 1.3 2012/12/16 20:43:54 matt Exp $
# $NetBSD: std.evbarm,v 1.4 2015/05/07 19:14:56 mrg Exp $
include "conf/std"
include "arch/arm/conf/std.arm" # arch standard options
@ -6,3 +6,6 @@ include "arch/arm/conf/std.arm" # arch standard options
options EXEC_ELF32
options EXEC_SCRIPT
options ARM32
options CHILD_MAX=1024 # 160 is too few
options OPEN_MAX=1024 # 128 is too few

View File

@ -1,4 +1,7 @@
# $NetBSD: std.evbarm64,v 1.1 2014/08/10 05:47:38 matt Exp $
# $NetBSD: std.evbarm64,v 1.2 2015/05/07 19:14:56 mrg Exp $
include "conf/std"
include "arch/aarch64/conf/std.aarch64" # arch standard options
options CHILD_MAX=1024 # 160 is too few
options OPEN_MAX=1024 # 128 is too few

View File

@ -1,4 +1,4 @@
# $NetBSD: std.i386,v 1.33 2012/09/27 18:28:55 alnsn Exp $
# $NetBSD: std.i386,v 1.34 2015/05/07 19:14:55 mrg Exp $
#
# standard, required NetBSD/i386 'options'
@ -16,6 +16,9 @@ options EXEC_SCRIPT # exec #! scripts
options MULTIPROCESSOR # multiprocessor support
options MPBIOS # configure CPUs and APICs using MPBIOS
options CHILD_MAX=1024 # 160 is too few
options OPEN_MAX=1024 # 128 is too few
mainbus0 at root
cpu* at mainbus?
ioapic* at mainbus?

View File

@ -1,4 +1,4 @@
# $NetBSD: std.sparc64,v 1.18 2008/12/11 05:42:18 alc Exp $
# $NetBSD: std.sparc64,v 1.19 2015/05/07 19:14:56 mrg Exp $
#
# Mandatory NetBSD/sparc64 kernel options when building either 32-bit or
@ -16,5 +16,8 @@ options EXEC_ELF64 # 64-bit NetBSD and SunOS 5 bins
options CPU_IN_CKSUM # use optimized checksum method
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"

View File

@ -1,4 +1,4 @@
# $NetBSD: std.sparc64-32,v 1.3 2008/12/11 15:11:57 nakayama Exp $
# $NetBSD: std.sparc64-32,v 1.4 2015/05/07 19:14:56 mrg Exp $
#
# Unneeded NetBSD/sparc64 kernel options when building 32-bit kernels.
@ -10,3 +10,6 @@ no makeoptions LP64
makeoptions LP64="no"
no options EXEC_ELF64
options CHILD_MAX=1024 # 160 is too few
options OPEN_MAX=1024 # 128 is too few