refactor(lab): Double slim resource configuration
This commit is contained in:
parent
4a74a1a747
commit
d504371cc5
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -4,8 +4,8 @@ Vagrant.configure("2") do |config|
|
|||||||
config.vm.provision :shell, path: "https://git.halis.io/athens-school/ISO-repository/raw/branch/master/quick-installer.sh", run: "once"
|
config.vm.provision :shell, path: "https://git.halis.io/athens-school/ISO-repository/raw/branch/master/quick-installer.sh", run: "once"
|
||||||
|
|
||||||
config.vm.provider "virtualbox" do |v|
|
config.vm.provider "virtualbox" do |v|
|
||||||
v.memory = 1024
|
v.memory = 2048
|
||||||
v.cpus = 1
|
v.cpus = 2
|
||||||
end
|
end
|
||||||
|
|
||||||
boxes = [
|
boxes = [
|
||||||
|
Loading…
Reference in New Issue
Block a user