Sql-server – Can we set the fixed size for both plan cache and data cache

buffer-poolcacheplan-cachesql server

As far as I know, SQL Server automatically manages the size for the components of buffer pool. I wonder if it is possible to set pre-defined size for both plan cache and data cache?

Best Answer

No.

You can set Minimum & Maximum server memory to control the range of total memory utilization by the Instance, but there is not fine grained control for the constituent parts that make up "server memory"