From dec7e377eeced8044228a74acb0ded3c6770ce16 Mon Sep 17 00:00:00 2001 From: chb Date: Tue, 28 Aug 2012 09:26:49 +0000 Subject: [PATCH] fail*: don't use more cpus than available (more conservative default) git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1575 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- scripts/multiple-clients.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/multiple-clients.sh b/scripts/multiple-clients.sh index 17728946..42ac8ea1 100755 --- a/scripts/multiple-clients.sh +++ b/scripts/multiple-clients.sh @@ -44,8 +44,7 @@ SESSION=fail-client.$$ PROCESSORS=$(fgrep processor /proc/cpuinfo|wc -l) if [ -z "$1" ] then - NWIN=$(($PROCESSORS+1)) - #NWIN=$(($NWIN*2)) + NWIN=$PROCESSORS else NWIN=$1 fi