Which database caches get memory from the memory area specified with parameter CACHE_SIZE?
First the cache for the converter is created. It is important that the whole converter is available in main memory. Also file directory cache and catalog cache get memory from this memory area. The rest is used for the data cache. If one of the other caches needs to grow, pages are removed from the data cache – the data cache grows and shrinks dynamically.