Using Sitecore 10.0.1
I need to change the Prefetch and AccessResultCacheSize to 500 MB
The Prefetch cache size is set as below in one config file
<prefetch hint="raw:AddPrefetch"><sc.include file="/App_Config/Prefetch/Common.config" /><sc.include file="/App_Config/Prefetch/Master.config" /></prefetch>
Inside the Master.config
file, the below code is written
<?xml version="1.0" encoding="utf-8" ?><configuration<cacheSize>300MB</cacheSize </configuration>
And, AccessResultCacheSize is set as below in xyz.config
<?xml version="1.0" encoding="utf-8"?>
<settings><setting name="Caching.AccessResultCacheSize" s:value="50MB" /></settings></sitecore>
How to write patch file to change both above values to 500 MB