Forum Discussion

jfbeaulieu's avatar
jfbeaulieu
Copper Contributor
Jan 27, 2025
Solved

PeerDistPubCacheJetInstance

hi, I have a problem with my mcc server. I regularly get the following error: svchost (3024,D,22) PeerDistPubCacheJetInstance: The database C:\WINDOWS\ServiceProfiles\NetworkService\AppData\Local\Pee...
  • bindumadhava's avatar
    Jan 31, 2025

    hi

    In BranchCache this is a common issue. You can use the cmdlets to get the data and reset to a larger size that way you will not get issue. From what we have seen, this can also be ignored if needed :)

     

    Get-BCStatus

    Get-BCHashCache | Set-BCCache -Percentage 2 -Force

    or

    Get-BCHashCache | Set-BCCache -SizeBytes 1GB -Force

    Clear-BCCache -Force -Confirm

Resources