From 589c6b0d756758ea1251188780d8006a30fe6f5a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 6 Feb 2024 00:50:31 +0900 Subject: [PATCH] Update README.md (#5282) a -> an --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ###