git: a02c2856906f - main - stress2: Tune MAXVNODES to avoid excessive run time
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Apr 2023 07:20:27 UTC
The branch main has been updated by pho:
URL: https://cgit.FreeBSD.org/src/commit/?id=a02c2856906f0889e21c8ad8004fe2a6fb4479c5
commit a02c2856906f0889e21c8ad8004fe2a6fb4479c5
Author: Peter Holm <pho@FreeBSD.org>
AuthorDate: 2023-04-08 07:19:23 +0000
Commit: Peter Holm <pho@FreeBSD.org>
CommitDate: 2023-04-08 07:19:23 +0000
stress2: Tune MAXVNODES to avoid excessive run time
---
tools/test/stress2/misc/core5.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/test/stress2/misc/core5.sh b/tools/test/stress2/misc/core5.sh
index 856b01608f2e..c7928a7cf1dc 100755
--- a/tools/test/stress2/misc/core5.sh
+++ b/tools/test/stress2/misc/core5.sh
@@ -34,7 +34,7 @@
# 20150714 Slowdown seen with core5 waiting in vlruwk.
# sysctl vfs.vlru_allow_cache_src=1 used to resolve this.
-# For now change MAXVNODES from 1.000 to 4.000.
+# For now change MAXVNODES from 1.000 to 5.000.
[ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
. ../default.cfg
@@ -131,7 +131,7 @@ EOF
#include <time.h>
#include <unistd.h>
-#define MAXVNODES 4000
+#define MAXVNODES 5000
#define NBFILES 10000
#define PARALLEL 4
#define RTIME (10 * 60)