Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2017 14:31:17 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r312287 - user/pho/stress2/misc
Message-ID:  <201701161431.v0GEVHje087007@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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[] = {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701161431.v0GEVHje087007>