mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 08:15:02 +08:00
reduce group size from 256MB to 64MB
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
|||||||
"sync"
|
"sync"
|
||||||
)
|
)
|
||||||
|
|
||||||
const SectionSize = 2 * 1024 * 1024 * 128 // 256MiB
|
const SectionSize = 2 * 1024 * 1024 * 32 // 64MiB
|
||||||
type SectionIndex int64
|
type SectionIndex int64
|
||||||
type FileChunkSection struct {
|
type FileChunkSection struct {
|
||||||
sectionIndex SectionIndex
|
sectionIndex SectionIndex
|
||||||
|
Reference in New Issue
Block a user