mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-26 13:38:15 +03:00
Vagrantfile: set a lower memory bound of 4096 MB
This commit is contained in:
parent
51d29f3457
commit
16c6c2756a
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -35,6 +35,7 @@ else
|
||||
memory = 1024
|
||||
puts "Vagrant launched from unsupported platform."
|
||||
end
|
||||
memory = [memory, 4096].max
|
||||
puts "Platform: " + cpus.to_s + " CPUs, " + memory.to_s + " MB memory"
|
||||
|
||||
Vagrant.configure(2) do |config|
|
||||
|
Loading…
x
Reference in New Issue
Block a user