The current Server is running low on memory

Tevon2.0 1,101 Reputation points
2023-01-23T13:43:05.2066667+00:00

User's image

How can I stop my SPDistributedCacheService from failing?

User's image

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,298 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,597 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,900 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Xuyan Ding - MSFT 7,561 Reputation points
    2023-01-24T08:41:45.08+00:00

    Hi @Tevon2.0 ,

    According to your screenshot, the Distributed Cache service has used all the allocated memory to store cached data. The solution is to check memory usage on the server and free more memory, add more RAM to the server, increase the Distributed Cache service memory allocation. Some specific steps and details you can check in this article. Divided into the following three steps roughly:

    1. First I would suggest you to check the memory usage on your system with Resource Monitor to see if any process is using a lot of memory. If the high-occupancy service process has no effect on the current server operation, the service can be disabled.
    2. Use this command to reconfigure the cache size of the Distributed Cache service:
       Update-SPDistributedCacheSize -CacheSizeInMB CacheSize
    
    1. Restart the Distributed Cache service on all cache hosts. Central Administration>Manage services on server>Services on Server MicrosoftTeams-image (55)

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.