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
jfbeaulieu
Jan 29, 2025Copper Contributor
Hi
I'm going to try that. For the moment it seems to be working. I'll see if it still holds up in a few days.
thanks
luchete
Jan 29, 2025Iron Contributor
Great jfbeaulieu!
Glad to see it's working so far. If it continues to hold up, would you mind marking the thread as resolved?