
On Mon, Mar 19, 2018 at 04:29:57PM +0100, Andrea Bolognani wrote:
Disk size for guests is somewhat limited, so we need to tell ccache to only consume a reasonable chunk of it.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- guests/files/ccache.conf | 1 + guests/tasks/user.yml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 guests/files/ccache.conf
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
diff --git a/guests/files/ccache.conf b/guests/files/ccache.conf new file mode 100644 index 0000000..48c3756 --- /dev/null +++ b/guests/files/ccache.conf @@ -0,0 +1 @@ +max_size = 2G
This matches what i've already set manually on the rawhide vm to solve the out of space error. Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|