mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-07-19 20:30:19 +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.customize ["modifyvm", :id, "--vram", "128mb"]
|
||||
v.customize ["modifyvm", :id, "--vram", "128"]
|
||||
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user