Skip to content

Commit

Permalink
Merge pull request #23 from fredrikhgrelland/right_size_vbox
Browse files Browse the repository at this point in the history
update to github-action sized vagrant box.
  • Loading branch information
fredrikhgrelland authored Sep 21, 2020
2 parents b25ab5f + 4debc33 commit d37c776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile.default
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Vagrant.configure("2") do |config|
config.vm.box_version = ">= 0.4, < 0.5"
config.vm.provider "virtualbox" do |vb|
vb.linked_clone = true
vb.cpus = 3
vb.memory = 8192
vb.cpus = 2
vb.memory = 6144
end
config.vm.provision "ansible_local" do |ansible|
ansible.provisioning_path = "/vagrant/dev/ansible"
Expand Down
2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module "presto" {

service_name = local.presto.service_name
mode = "cluster"
workers = 2
workers = 1
cluster_shared_secret = local.presto.cluster_shared_secret
consul_http_addr = "http://10.0.3.10:8500"

Expand Down

0 comments on commit d37c776

Please sign in to comment.