1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-05 02:50:11 +02:00

Update README.md (#5282)

a -> an
This commit is contained in:
Ikko Eltociear Ashimine 2024-02-06 00:50:31 +09:00 committed by GitHub
parent 56df44845f
commit 589c6b0d75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -374,7 +374,7 @@ Each individual file size is limited to the volume size.
### Saving memory ###
All file meta information stored on an volume server is readable from memory without disk access. Each file takes just a 16-byte map entry of <64bit key, 32bit offset, 32bit size>. Of course, each map entry has its own space cost for the map. But usually the disk space runs out before the memory does.
All file meta information stored on a volume server is readable from memory without disk access. Each file takes just a 16-byte map entry of <64bit key, 32bit offset, 32bit size>. Of course, each map entry has its own space cost for the map. But usually the disk space runs out before the memory does.
### Tiered Storage to the cloud ###