Skip to content

Commit

Permalink
cloud: Throw more sed at the ENOSPC issue
Browse files Browse the repository at this point in the history
Minor follow-up to previous commit. The default config ships with the
`memory` config commented out, so our sed wasn't doing anything.
  • Loading branch information
jlebon authored and cgwalters committed Jun 12, 2018
1 parent 6a937c5 commit afc653b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions centos-ci/run-image-cloud
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ 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 = /' /etc/oz/oz.cfg # uncomment first
sudo sed -i 's/memory = .*/memory = 3072/' /etc/oz/oz.cfg

# FIXME - use ISO content rather than KS
Expand Down

0 comments on commit afc653b

Please sign in to comment.