From 540dfabaec7f012a79fe12a65c4b503a5d9b1c96 Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Tue, 22 Nov 2022 23:24:18 -0500 Subject: [PATCH] increase shm size to address out of memory error --- nextcloud/Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nextcloud/Containerfile b/nextcloud/Containerfile index 8c203fb..6ceb927 100644 --- a/nextcloud/Containerfile +++ b/nextcloud/Containerfile @@ -8,7 +8,8 @@ FROM localhost/debian LABEL config_default="\ -p 9080:80 \ -v /srv/vol/nextcloud/files:/vol/files \ --v /srv/vol/nextcloud/data:/vol/data" +-v /srv/vol/nextcloud/data:/vol/data +--shm-size=1g" # Build Variables # uid that the files owner user should have