Browse Source

reduce upfront memory usage for low density volume

pull/3195/head
chrislu 3 years ago
parent
commit
625fd16a2e
  1. 2
      weed/storage/needle_map/compact_map.go

2
weed/storage/needle_map/compact_map.go

@ -8,7 +8,7 @@ import (
)
const (
batch = 100000
batch = 10000
)
type SectionalNeedleId uint32

Loading…
Cancel
Save