We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Especially in this section:
==> default: Notice: /Stage[main]/Mysql/Package[mysql-server]/ensure: ensure changed 'purged' to 'present' ==> default: Notice: /Stage[main]/Base/Exec[apt-get update]/returns: executed successfully ==> default: Notice: /Stage[main]/Php/Package[php5-mysql]/ensure: ensure changed 'purged' to 'present' ==> default: Notice: /Stage[main]/Php/Package[php5-imagick]/ensure: ensure changed 'purged' to 'present' ==> default: Notice: /Stage[main]/Php/Package[php5-mcrypt]/ensure: ensure changed 'purged' to 'present' ==> default: Notice: /Stage[main]/Php/Package[php5-xdebug]/ensure: ensure changed 'purged' to 'present'
vagrant up takes about 14 minutes 0_o lol I configured vagrant for speed up but it doesn't help:
vagrant up
config.vm.provider "virtualbox" do |v| v.memory = 4096 v.cpus = 2 v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] v.customize ["modifyvm", :id, "--natdnsproxy1", "on"] v.customize ["modifyvm", :id, "--ioapic", "on"] end
Any idea how i can improve performance for vagrant up?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Especially in this section:
vagrant up
takes about 14 minutes 0_o lolI configured vagrant for speed up but it doesn't help:
Any idea how i can improve performance for
vagrant up
?The text was updated successfully, but these errors were encountered: