Raise DocumentCache hard cap to 512MB

Soft cap is still 40% of available memory on startup.
This commit is contained in:
NiLuJe
2021-08-19 16:40:31 +02:00
parent 611a5311b6
commit c73745c6a7

View File

@@ -33,7 +33,7 @@ DGLOBAL_CACHE_SIZE_MINIMUM = 1024*1024*16
DGLOBAL_CACHE_FREE_PROPORTION = 0.4
-- maximum cache size
DGLOBAL_CACHE_SIZE_MAXIMUM = 1024*1024*64
DGLOBAL_CACHE_SIZE_MAXIMUM = 1024*1024*512
-- background colour in non scroll mode: 8 = gray, 0 = white, 15 = black
DBACKGROUND_COLOR = 0