svn commit: r355845 - user/pho/stress2/misc
Peter Holm
pho at FreeBSD.org
Tue Dec 17 08:55:59 UTC 2019
Author: pho
Date: Tue Dec 17 08:55:58 2019
New Revision: 355845
URL: https://svnweb.freebsd.org/changeset/base/355845
Log:
Increase the vnode cap (kern.maxvnodes) to allow the test to complete in a
reasonable time.
Modified:
user/pho/stress2/misc/core5.sh
Modified: user/pho/stress2/misc/core5.sh
==============================================================================
--- user/pho/stress2/misc/core5.sh Tue Dec 17 08:30:11 2019 (r355844)
+++ user/pho/stress2/misc/core5.sh Tue Dec 17 08:55:58 2019 (r355845)
@@ -35,11 +35,10 @@
# Fixed by r279237.
# 20150714 Slowdown seen with core5 waiting in vlruwk.
-# sysctl vfs.vlru_allow_cache_src=1 resolves this.
-# For now change MAXVNODES from 1.000 to 1.500.
+# sysctl vfs.vlru_allow_cache_src=1 used to resolve this.
+# For now change MAXVNODES from 1.000 to 4.000.
[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
-
. ../default.cfg
here=`pwd`
@@ -135,7 +134,7 @@ EOF
#include <time.h>
#include <unistd.h>
-#define MAXVNODES 1500
+#define MAXVNODES 4000
#define NBFILES 10000
#define PARALLEL 4
#define RTIME (10 * 60)
More information about the svn-src-user
mailing list