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

Peter Holm pho at FreeBSD.org
Tue May 16 11:24:06 UTC 2017


Author: pho
Date: Tue May 16 11:24:05 2017
New Revision: 318348
URL: https://svnweb.freebsd.org/changeset/base/318348

Log:
  Cap runtime.
  
  Sponsored by:	Dell EMC Isilon

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

Modified: user/pho/stress2/misc/procfs.sh
==============================================================================
--- user/pho/stress2/misc/procfs.sh	Tue May 16 09:39:20 2017	(r318347)
+++ user/pho/stress2/misc/procfs.sh	Tue May 16 11:24:05 2017	(r318348)
@@ -58,7 +58,7 @@ else
 	else
 
 		# The test: Parallel mount and unmounts
-		for i in `jot 1024`; do
+		for i in `jot 128`; do
 			m=$1
 			mount -t procfs proc ${mntpoint}$m
 			while mount | grep -qw $mntpoint$m; do


More information about the svn-src-user mailing list