summaryrefslogtreecommitdiffstats
path: root/sys/conf/param.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2007-11-02 21:01:13 +0000
committermillert <millert@openbsd.org>2007-11-02 21:01:13 +0000
commit532045ecfdea85b2cedbe10f60f05c92787190b0 (patch)
tree910a1fb815cd720b2f790e35decda30351ff7895 /sys/conf/param.c
parentsync (diff)
downloadwireguard-openbsd-532045ecfdea85b2cedbe10f60f05c92787190b0.tar.xz
wireguard-openbsd-532045ecfdea85b2cedbe10f60f05c92787190b0.zip
crank maxfiles; OK deraadt@
Diffstat (limited to 'sys/conf/param.c')
-rw-r--r--sys/conf/param.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/param.c b/sys/conf/param.c
index 3436c43309e..fd46b8f6ca4 100644
--- a/sys/conf/param.c
+++ b/sys/conf/param.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.c,v 1.27 2007/05/31 05:12:41 pedro Exp $ */
+/* $OpenBSD: param.c,v 1.28 2007/11/02 21:01:13 millert Exp $ */
/* $NetBSD: param.c,v 1.16 1996/03/12 03:08:40 mrg Exp $ */
/*
@@ -87,7 +87,7 @@ struct timezone tz = { TIMEZONE, DST };
#define NVNODE (NPROC * 2 + NTEXT + 100)
int desiredvnodes = NVNODE;
int maxproc = NPROC;
-int maxfiles = 3 * (NPROC + MAXUSERS) + 80;
+int maxfiles = 5 * (NPROC + MAXUSERS) + 80;
int nmbclust = NMBCLUSTERS;
#ifndef MBLOWAT