From bfb3b2af9f07f39b175ee6321f939a8d778499c1 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 21 Dec 2022 20:01:19 +0100 Subject: increase preview_max_memory and make it easier to debug Signed-off-by: Simon L --- config/config.sample.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index a74f03b5cc7..bc38a9f5444 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1171,9 +1171,9 @@ $CONFIG = [ * If creating the image would allocate more memory, preview generation will * be disabled and the default mimetype icon is shown. Set to -1 for no limit. * - * Defaults to ``128`` megabytes + * Defaults to ``256`` megabytes */ -'preview_max_memory' => 128, +'preview_max_memory' => 256, /** * custom path for LibreOffice/OpenOffice binary -- cgit v1.2.3