mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
WIP: fixed memory allocation for oVirt actually this time
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user