Skip to content

Commit

Permalink
cloud: Bump libvirt memory to 3G
Browse files Browse the repository at this point in the history
We're hitting issues right now with the installer erroring out. To rule
out whether this is an `ENOSPC` issue, let's try bumping the installer
memory to 3G. If that works, then we can change this override in
rpm-ostree-toolbox (which currently forces it to 2G if it was less), or
make it configurable.
  • Loading branch information
jlebon authored and cgwalters committed Jun 11, 2018
1 parent 0e99976 commit 6a937c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions centos-ci/run-image-cloud
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ copy_ppms() {
}
trap copy_ppms ERR

# override oz config to at least 3G
# FIXME - this should probably be an rpm-ostree-toolbox setting
sudo sed -i 's/memory = .*/memory = 3072/' /etc/oz/oz.cfg

# FIXME - use ISO content rather than KS
sudo rpm-ostree-toolbox imagefactory ${toolbox_base_args} -i kvm -i vagrant-libvirt -i vagrant-virtualbox --preserve-ks-url \
--tdl ${buildscriptsdir}/cahc.tdl \
Expand Down

0 comments on commit 6a937c5

Please sign in to comment.