@cryptotaxi247 / kubo / commits / 8af7f131e

Update docs/changelogs/v0.34.md

(cherry picked from commit 9de938479cca7c223bf87cba17b54ce59245e207)

Guillaume Michel committed Mar 7, 2025 at 16:37 UTC 8af7f131e72a50b5522a1444919a1c23eecbf14f
1 file changed +1 -1
docs/changelogs/v0.34.md
+1 -1
@@ -77,7 +77,7 @@ Kubo previously depended on multiple multi-error packages, `github.com/hashicorp
77
78 #### Fix hanging pinset operations during reprovides
79
80 -The reprovide process can be quite slow. In default settings, the reprovide process will start reading CIDs that belong to the pinset. During this operation, starvation can occurr for other operations that need pinset access (see https://github.com/ipfs/kubo/issue/10596). We have now switch to buffering pinset-related cids that are going to be reprovided in memory, so that we can free pinset mutexes as soon as possible so that pinset-writes and subsequent read operations can proceed. The downside is larger pinsets will need some extra memory, with an estimation of ~1GiB of RAM memory-use per 20 million items to be reprovided.
80 +The reprovide process can be quite slow. In default settings, the reprovide process will start reading CIDs that belong to the pinset. During this operation, starvation can occur for other operations that need pinset access (see https://github.com/ipfs/kubo/issue/10596). We have now switch to buffering pinset-related cids that are going to be reprovided in memory, so that we can free pinset mutexes as soon as possible so that pinset-writes and subsequent read operations can proceed. The downside is larger pinsets will need some extra memory, with an estimation of ~1GiB of RAM memory-use per 20 million items to be reprovided.
81
82 #### 📦️ Important dependency updates
83