Forum Discussion
jfbeaulieu
Jan 27, 2025Copper Contributor
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...
- 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
bindumadhava
Jan 31, 2025Brass Contributor
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