ID 8337 - Cache items will soon start to evict because of high memory usage on server?

Tevon2.0 1,106 Reputation points
2023-01-23T13:27:58.47+00:00

Seeing this error on my server manager but no additional details on how to resolve. Any advice on how to rectify this situation?

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,421 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,993 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Emily Du-MSFT 50,006 Reputation points Microsoft Vendor
    2023-01-24T09:56:11.2833333+00:00

    To solve this issue, you should increase the memory allocation of the distributed cache.

    Here're steps:

    1.Stop the Distributed Cache Service. Go to Central Administration -> System Settings -> Manage services on the server -> Locate and click on the “Stop” link next to Distributed Cache.

    2.Increase Distributed Cache Memory Size.

    Update-SPDistributedCacheSize -CacheSizeInMB 1024
    

    3.Start the Distributed Cache Service.

    References:

    Cached objects have been evicted (SharePoint Server)

    How to Increase the Distributed Cache Memory Size in SharePoint Server?


    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.