This commit is contained in:
Sina Mahmoodi 2026-05-11 11:04:32 +00:00
parent 3ca07b6750
commit 35d19278e7

View file

@ -34,8 +34,7 @@ const (
// shards and reduce mutex contention from the parallel prefetcher. // shards and reduce mutex contention from the parallel prefetcher.
jumpDestBuckets = 8 jumpDestBuckets = 8
// jumpDestBucketSize is the per-shard byte budget. Total cache size is // jumpDestBucketSize is the per-shard byte budget.
// jumpDestBuckets * jumpDestBucketSize.
jumpDestBucketSize = 8 * 1024 * 1024 jumpDestBucketSize = 8 * 1024 * 1024
) )