aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIkko Eltociear Ashimine <eltociear@gmail.com>2024-02-06 00:50:31 +0900
committerGitHub <noreply@github.com>2024-02-05 07:50:31 -0800
commit589c6b0d756758ea1251188780d8006a30fe6f5a (patch)
treec0b1784d25802dbdbc44b1b3500d92ba50542fbd /README.md
parent56df44845f02d9c1f37e957df1b09fd1a6d9a7fd (diff)
downloadseaweedfs-589c6b0d756758ea1251188780d8006a30fe6f5a.tar.xz
seaweedfs-589c6b0d756758ea1251188780d8006a30fe6f5a.zip
Update README.md (#5282)
a -> an
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 37b751e55..9de1ea54a 100644
--- a/README.md
+++ b/README.md
@@ -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 ###