Skip to content

Commit

Permalink
Change numInstancesToLaunch to three by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkraljevic committed Sep 26, 2013
1 parent 0148d1e commit da0b8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ec2/h2o-cluster-launch-instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Options you might want to change.
# ---------------------------------

numInstancesToLaunch = 1
numInstancesToLaunch = 3
instanceType = 'm1.large'
instanceNameRoot = 'H2ORStudioDemo'

Expand Down

0 comments on commit da0b8a5

Please sign in to comment.