From bb34d470ac358058514d245a9de7091119de67bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de> Date: Wed, 12 Jan 2022 12:36:16 +0100 Subject: [PATCH] fix: ND-1982 (increase ramdisk size to 5GB) --- tasks/configure_local_mounts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure_local_mounts.yml b/tasks/configure_local_mounts.yml index acc351a..3426abd 100644 --- a/tasks/configure_local_mounts.yml +++ b/tasks/configure_local_mounts.yml @@ -3,7 +3,7 @@ mount: boot: "yes" fstype: "tmpfs" - opts: "defaults,size=2G" + opts: "defaults,size=5G" path: "/tmp" src: "tmpfs" state: mounted -- GitLab