mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-07-25 15:21:57 +07:00
Removing 'mb' from the following line in the day14.md
This commit is contained in:
@ -72,7 +72,7 @@ Vagrant.configure("2") do |config|
|
|||||||
|
|
||||||
v.cpus = 4
|
v.cpus = 4
|
||||||
|
|
||||||
v.customize ["modifyvm", :id, "--vram", "128mb"]
|
v.customize ["modifyvm", :id, "--vram", "128"]
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user