I try to add more memory to my vm using the instructions in https://github.com/Varying-Vagrant-Vagrants/VVV/wiki/Customising-your-Vagrant%27s-attributes-and-parameters. But vagrant does not respect Customfile having below content: config.vm.provider "virtualbox" do |v| v.memory = 204800000 v.cpus = 30 end This Customfile is placed in the same folder of Vagrantfile and I did "vagrant reload". Any idea? Thanks. This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/4b506c10-778d-4999-bbe0-257f414ee646%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. |
seems there is a parameter: allow_customfile Seems you need to set that to true. If that does the trick, please open an issue on VVV so they can update the documentation. Alvaro. On Fri, Jun 23, 2017 at 7:59 PM, Lian Jiang <[hidden email]> wrote:
Alvaro This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0eym0Joh1qPdce7JK%3DXz65agOM%2B3Rut4Am4%3DcaFuqGvAnQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |