Skip to content
New issue

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

Puppet starts very slow during vagrant up #21

Open
megahoy opened this issue Jul 7, 2018 · 0 comments
Open

Puppet starts very slow during vagrant up #21

megahoy opened this issue Jul 7, 2018 · 0 comments

Comments

@megahoy
Copy link

megahoy commented Jul 7, 2018

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:

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant