SCCM Client Cache Size

Karun Khanna 46 Reputation points
2020-09-16T07:52:55.713+00:00

if the sccm client cache size is full, i assume it will fail to download any more apps/packages.

is there a setting i can enable to clean up the ccmcache?

for peer cache sources, whats the best way to preserve content on them and make sure the old content is deleted from cache?

Microsoft Configuration Manager
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jason Sandys 31,151 Reputation points Microsoft Employee
    2020-09-16T18:47:25.137+00:00

    Cache content is cleaned up automatically as needed based on time last used and a minimum age (which can be configured, see https://learn.microsoft.com/en-us/mem/configmgr/core/clients/deploy/about-client-settings#minimum-duration-before-cached-content-can-be-removed-minutes).

    For Peer cache sources, you should increase the size the cache on those systems, use a task sequence and the SMSTSPreserveContent variable, or individually mark content to persist in the client's cache.

    See https://learn.microsoft.com/en-us/mem/configmgr/core/plan-design/hierarchy/client-peer-cache#guidance-for-cache-management for further details.

    1 person found this answer helpful.

  2. Simon Ren-MSFT 30,191 Reputation points Microsoft Vendor
    2020-09-17T02:33:57.72+00:00

    Hi,

    Thank you for coming Microsoft MECM Q&A forum.

    Yes, if the client cache is full or the client attempts to download content for a program or application that is greater than the size of the cache, it will fail. We should either increase the cache size or choose the option to delete cache content.

    We can delete the cached client manully or using script:
    Procedure to clearing the ConfigMgr (SCCM) client local cache (CCM cache)
    Deleting the SCCM Cache the right way (propper way)

    For more detailed information about client cache, please refer to the official article:
    Configure the client cache

    Please note: Some links are not from Microsoft, just for your reference. Thanks for your time.

    Best regards,
    Simon
    If the response is helpful, please click "Accept Answer" and upvote it.