mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-27 05:58:16 +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
|
memory = 1024
|
||||||
puts "Vagrant launched from unsupported platform."
|
puts "Vagrant launched from unsupported platform."
|
||||||
end
|
end
|
||||||
|
memory = [memory, 4096].max
|
||||||
puts "Platform: " + cpus.to_s + " CPUs, " + memory.to_s + " MB memory"
|
puts "Platform: " + cpus.to_s + " CPUs, " + memory.to_s + " MB memory"
|
||||||
|
|
||||||
Vagrant.configure(2) do |config|
|
Vagrant.configure(2) do |config|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user