WIP: fixed memory allocation for oVirt actually this time

This commit is contained in:
ts
2019-11-28 15:35:54 +00:00
parent c02a99d4f2
commit a02e7bcda7

View File

@@ -45,6 +45,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
" ovirt.memory_size = '#{system.memory} MB'\n" %>
<%= if @base_type.include? 'desktop'
" ovirt.memory_guaranteed = '512 MB'\n"
elsif system.memory.to_i >= 4096
" ovirt.memory_guaranteed = '4096'"
end -%>
<%= if @options.has_key? :cpu_cores
" ovirt.cpu_cores = #{@options[:cpu_cores]}\n"