http://labfurwl6xt24teypo5hb7vjoyf3ituolpebdnfgvkqrt765mo6574qd.onion/FreakU/mastodon/commit/b91724fb9d0839365391310e20c2589ff6062d4f
Uncomment and adjust to # increase performance # vb.customize [ " modifyvm " , :id, " --cpus " , " 3 " ] vb . customize [ " modifyvm " , :id , " --memory " , " 8192 " ] vb . customize [ " modifyvm " , :id , " --cpus " , " 3 " ] # Disable VirtualBox DNS proxy to skip long-delay IPv6 resolutions. # https://github.com/mitchellh/vagrant/issues/1172 @ -141,9 +170,15 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config . vm . network :forwarded_port , guest : 3000 , host : 3000...