Configure the cacheSize setting for the IDTable
Version: 10.4
You can limit the size of the IDTable by configuring the cacheSize setting.
To configure the cacheSize setting:
-
In the
<wwwroot>\App_Config\Sitecore.configfile, locate theIDTablesetting. -
Change the
cacheSizesettings default value of2500KBto the size you want:RequestResponse<IDTable type="Sitecore.Data.$(database).$(database)IDTable, Sitecore.Kernel" singleInstance="true"> <param connectionStringName="$(defaultDatabaseConnectionStringName)" /> <param desc="cacheSize">2500KB</param> </IDTable> -
Save the
Sitecore.configfile.