markdown 使用Vagrant限制VirtualBox资源

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 使用Vagrant限制VirtualBox资源相关的知识,希望对你有一定的参考价值。

Place the following in your `Vagrantfile`.

```
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
    config.vm.provider "virtualbox" do |vb|
      vb.memory = 1024
      vb.cpus = 2
      vb.customize ["modifyvm", :id, "--cpuexecutioncap", "40"]
    end
end
```
  
Run `vagrant reload` to propagate changes.

以上是关于markdown 使用Vagrant限制VirtualBox资源的主要内容,如果未能解决你的问题,请参考以下文章

markdown [Vagrant] Fedora #linux上的Vagrant和Virtualbox安装

markdown vagrant仮想マシン操作

markdown Magento - Vagrant - Vhost

markdown Magento - Vagrant - Vhost

markdown Magento 2 Vagrant设置

markdown 设置Vagrant para Rails 5.2