diff options
| author | Ikko Eltociear Ashimine <eltociear@gmail.com> | 2024-02-06 00:50:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-05 07:50:31 -0800 |
| commit | 589c6b0d756758ea1251188780d8006a30fe6f5a (patch) | |
| tree | c0b1784d25802dbdbc44b1b3500d92ba50542fbd /README.md | |
| parent | 56df44845f02d9c1f37e957df1b09fd1a6d9a7fd (diff) | |
| download | seaweedfs-589c6b0d756758ea1251188780d8006a30fe6f5a.tar.xz seaweedfs-589c6b0d756758ea1251188780d8006a30fe6f5a.zip | |
Update README.md (#5282)
a -> an
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ### |
