mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 14:41:31 +08:00
reduce upfront memory usage for low density volume
This commit is contained in:
parent
5f8d6b5f13
commit
625fd16a2e
@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
batch = 100000
|
||||
batch = 10000
|
||||
)
|
||||
|
||||
type SectionalNeedleId uint32
|
||||
|
Loading…
Reference in New Issue
Block a user