mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-27 09:44:49 +01:00
Vagrantfile: set a lower memory bound of 4096 MB
This commit is contained in:
parent
51d29f3457
commit
16c6c2756a
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue