diff --git a/weed/filer/filechunk_section.go b/weed/filer/filechunk_section.go index 350cc44d1..a80013f22 100644 --- a/weed/filer/filechunk_section.go +++ b/weed/filer/filechunk_section.go @@ -5,7 +5,7 @@ import ( "sync" ) -const SectionSize = 2 * 1024 * 1024 * 128 // 256MiB +const SectionSize = 2 * 1024 * 1024 * 32 // 64MiB type SectionIndex int64 type FileChunkSection struct { sectionIndex SectionIndex