mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 19:28:02 +00:00
WIP: fixed memory allocation for oVirt _actually_ this time zzz
This commit is contained in:
@@ -46,7 +46,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
<%= if @base_type.include? 'desktop'
|
||||
" ovirt.memory_guaranteed = '512 MB'\n"
|
||||
elsif system.memory.to_i >= 4096
|
||||
" ovirt.memory_guaranteed = '4096 MB\n'"
|
||||
" ovirt.memory_guaranteed = '4096 MB'\n'"
|
||||
end -%>
|
||||
<%= if @options.has_key? :cpu_cores
|
||||
" ovirt.cpu_cores = #{@options[:cpu_cores]}\n"
|
||||
|
||||
Reference in New Issue
Block a user