The Distributed Cache on our WFE is consuming too much memory (50% of the server, almost 6GB out of 12GB)

It seems like we have AppFabric 1.1

along with the other services it's consuming 95% of the server

i suspect the AppFabric is the problem because only the Search service has a higher consumption too (1.4GB)

how can I troubleshoot if we have a problem with the AppFabric, release its memory or configure it for a lower consumption.

Thank you

有帮助吗?

解决方案

This is expected. How many concurrent users do you have utilizing the farm? You can use Update-SPDistributedCacheSize (https://docs.microsoft.com/en-us/powershell/module/sharepoint-server/update-spdistributedcachesize) to lower the allowed memory usage but if you set it too low, you may run into performance issues.

Plan for feeds and the Distributed Cache service in SharePoint Server

Manage the Distributed Cache service in SharePoint Server

许可以下: CC-BY-SA归因
scroll top