svn commit: r312287 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Mon Jan 16 14:31:18 UTC 2017


Author: pho
Date: Mon Jan 16 14:31:17 2017
New Revision: 312287
URL: https://svnweb.freebsd.org/changeset/base/312287

Log:
  Trim runtime and fix typo in comment.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  user/pho/stress2/misc/procfs4.sh

Modified: user/pho/stress2/misc/procfs4.sh
==============================================================================
--- user/pho/stress2/misc/procfs4.sh	Mon Jan 16 12:17:35 2017	(r312286)
+++ user/pho/stress2/misc/procfs4.sh	Mon Jan 16 14:31:17 2017	(r312287)
@@ -30,7 +30,7 @@
 
 # Test scenario idea by kib@
 
-# "panic: double fault" seen due to recurtion
+# "panic: double fault" seen due to recursion
 
 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
 
@@ -67,7 +67,7 @@ EOF
 #include <unistd.h>
 
 #define LOOPS 1000
-#define MAXRUN 600
+#define MAXRUN 1200
 #define PARALLEL 10
 
 char *files[] = {


More information about the svn-src-user mailing list