SharePoint 2013 – Increase the Distributed Cache size
In order to improve performance I am increasing the cache size for the Distributed Cache Service using the Update-SPDistributedCacheSize cmdlet. Here are the steps to do so: 1. Update the cache size: Use-CacheCluster Update-SPDistributedCacheSize -CacheSizeInMB 2048 2. Stop the service…