Skip to content

Commit

Permalink
Update memory.md (#367)
Browse files Browse the repository at this point in the history
Co-authored-by: Tal Zaccai <talzacc@microsoft.com>
  • Loading branch information
kaotoby and TalZaccai authored May 9, 2024
1 parent 7f1184d commit 88b7db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/getting-started/memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 88b7db0

Please sign in to comment.