Remove memory swap limit from example Vagrantfile
This commit is contained in:
parent
97f6edeed8
commit
e1f756cdc3
1 changed files with 0 additions and 1 deletions
1
example/Vagrantfile
vendored
1
example/Vagrantfile
vendored
|
@ -10,7 +10,6 @@ Vagrant.configure("2") do |config|
|
|||
|
||||
config.vm.provider :lxc do |lxc|
|
||||
lxc.customize 'cgroup.memory.limit_in_bytes', '400M'
|
||||
lxc.customize 'cgroup.memory.memsw.limit_in_bytes', '500M'
|
||||
end
|
||||
|
||||
config.vm.provision :shell, :inline => <<-SCRIPT
|
||||
|
|
Loading…
Reference in a new issue