pull/37/head
Minh Doan 6 years ago
parent bbf0d5f01d
commit 63169fe951
  1. 1
      aws-experiment-launch/experiment/commander/main.go

@ -108,6 +108,7 @@ func dictateNodes(command string) {
// Because of the limitation of ulimit
if count == 0 {
wg.Wait()
time.Sleep(time.Second)
count = MaxFileOpen
}
}

Loading…
Cancel
Save