aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-02-25 08:00:37 -0800
committerchrislu <chris.lu@gmail.com>2024-02-25 08:00:37 -0800
commita52ce076fc4d699f2155aa1e4e269a71c2674e92 (patch)
tree2d6f343a3ec01588eb3c6eaf62f3dd712ce6b83c /README.md
parent16b4f9d9ab5897e29eab36d78ddf625a050f5a8d (diff)
parent7187346cc1630f92c0aa4679965e4bdc0149a6d7 (diff)
downloadseaweedfs-a52ce076fc4d699f2155aa1e4e269a71c2674e92.tar.xz
seaweedfs-a52ce076fc4d699f2155aa1e4e269a71c2674e92.zip
Merge branch 'master' into mq-subscribe
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 ###