Forum Discussion
PeerDistPubCacheJetInstance
- 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
Hi jfbeaulieu!
Looks like the issue is with the PeerDist database, whit the size limit of 255 MB. For sure this error happens when it exceeds that limit. You can try to clean up the database by performing an offline defragmentation. If it keeps happening, you might want to automate the cleanup process or increase the database size limit by adjusting the settings. Another thing you can try is clearing the cache periodically to prevent it from reaching the limit.
Hope it helps!
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
- lucheteJan 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?
- jfbeaulieuJan 29, 2025Copper Contributor
yes, Of course. I will mark the subject as resolved if the solution holds up after the weekend
Thanks