Browse Source

Bugfix of cbl.sh for huge instances count

Added a sleep 1 between each background process starts.
Yann Weber 8 years ago
parent
commit
7eb5d794b9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      scripts/cbl.sh

+ 1
- 0
scripts/cbl.sh View File

@@ -282,6 +282,7 @@ run_bg_with_param() {
282 282
 	do
283 283
 		$fun $iname $@ &
284 284
 		echo $! >> $pidlist
285
+		sleep 1
285 286
 	done
286 287
 	for pid in $(cat $pidlist)
287 288
 	do

Loading…
Cancel
Save