From 88b7db030135a328bc1ec6be8cb392ee82f5bc8d Mon Sep 17 00:00:00 2001 From: Toby Kao Date: Fri, 10 May 2024 03:20:22 +0900 Subject: [PATCH] Update memory.md (#367) Co-authored-by: Tal Zaccai --- website/docs/getting-started/memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/getting-started/memory.md b/website/docs/getting-started/memory.md index 525c89c964..38d2c98681 100644 --- a/website/docs/getting-started/memory.md +++ b/website/docs/getting-started/memory.md @@ -37,7 +37,7 @@ reasoning for this is: The index described above does not hold keys or values. Instead, both keys and values are stored in a separate structure called the hybrid log. The memory occupied by the log is configured using `MemorySize` (`-m` or `--memory`). -Memory is organized as a circular buffer of pages, where each page has size cofigured using `PageSize` (`-page`). The page +Memory is organized as a circular buffer of pages, where each page has size cofigured using `PageSize` (`-p` or `--page`). The page size controls the maximum key or value size you can store, as a record needs to fit entirely within a page. A record in the Garnet main store consists of: