From 11ac5da640da2457274dcc40aa0473b7c6c52b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 18 Dec 2023 21:18:50 +0100 Subject: [PATCH] Increase the default pixmap cache size on Android to 384MB We need at least 4 * 4096x4096x4 for overzoomed vector tiles + additional memory for remaining pixmaps (GUI icons, ...) --- src/GUI/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/settings.cpp b/src/GUI/settings.cpp index e835935f..2cb7a58d 100644 --- a/src/GUI/settings.cpp +++ b/src/GUI/settings.cpp @@ -33,7 +33,7 @@ : QPageSize::PageSizeId::A4) #ifdef Q_OS_ANDROID -#define PIXMAP_CACHE 256 +#define PIXMAP_CACHE 384 #define DEM_CACHE 128 #else // Q_OS_ANDROID #define PIXMAP_CACHE 512