From fedf0525b060bbba4c53512b9770e53e677cd633 Mon Sep 17 00:00:00 2001 From: clime Date: Tue, 23 May 2017 11:21:05 +0200 Subject: [PATCH] copr-dist-git: make /tmp tmpfs mount larger in size --- roles/copr/dist_git/tasks/mount_fs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/dist_git/tasks/mount_fs.yml b/roles/copr/dist_git/tasks/mount_fs.yml index bdfee5e599..865dbf82ea 100644 --- a/roles/copr/dist_git/tasks/mount_fs.yml +++ b/roles/copr/dist_git/tasks/mount_fs.yml @@ -12,4 +12,4 @@ when: not devel - name: mount tmp on tmpfs - mount: name=/tmp src=tmpfs fstype=tmpfs state=mounted opts=defaults,size=6G + mount: name=/tmp src=tmpfs fstype=tmpfs state=mounted opts=defaults,size=39G