Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2017 11:24:05 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r318348 - user/pho/stress2/misc
Message-ID:  <201705161124.v4GBO5u9080062@repo.freebsd.org>

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



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