Repository: kafka
Updated Branches:
  refs/heads/trunk e403b3c4b -> 04ef9c354


MINOR: Increased default EC2 instance size

AWS instance size increased to m3.xlarge to allow all system tests to pass. 
ijuma ewencp have a look please.

Author: Eno Thereska <[email protected]>

Reviewers: Gwen Shapira

Closes #1046 from enothereska/minor-aws


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/04ef9c35
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/04ef9c35
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/04ef9c35

Branch: refs/heads/trunk
Commit: 04ef9c35479f5cf92df3b74a7379ce77dc809243
Parents: e403b3c
Author: Eno Thereska <[email protected]>
Authored: Thu Mar 10 12:13:04 2016 -0800
Committer: Gwen Shapira <[email protected]>
Committed: Thu Mar 10 12:13:04 2016 -0800

----------------------------------------------------------------------
 vagrant/aws/aws-example-Vagrantfile.local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/04ef9c35/vagrant/aws/aws-example-Vagrantfile.local
----------------------------------------------------------------------
diff --git a/vagrant/aws/aws-example-Vagrantfile.local 
b/vagrant/aws/aws-example-Vagrantfile.local
index 176a33d..00b3d61 100644
--- a/vagrant/aws/aws-example-Vagrantfile.local
+++ b/vagrant/aws/aws-example-Vagrantfile.local
@@ -17,7 +17,7 @@
 # Use this template Vagrantfile.local for running system tests on aws 
 # To use it, move it to the base kafka directory and rename
 # it to Vagrantfile.local, and adjust variables as needed.
-ec2_instance_type = "m3.medium"
+ec2_instance_type = "m3.xlarge"
 num_zookeepers = 0
 num_brokers = 0
 num_workers = 9

Reply via email to