summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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