From 26184731aa192d680ef12620ae95c1c634fab50d Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Sun, 28 Jan 2024 22:43:47 +0100 Subject: [PATCH] Fix typo --- site/content/documentation/programming/lmdb-store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/documentation/programming/lmdb-store.md b/site/content/documentation/programming/lmdb-store.md index bc15d96e334..ced2e80d236 100644 --- a/site/content/documentation/programming/lmdb-store.md +++ b/site/content/documentation/programming/lmdb-store.md @@ -125,7 +125,7 @@ Please note that the actual footprint also depends largely on the size of IRIs a Some basic information about LMDB database and RAM sizes can be found in the [OpenLDAP & LMDB Sizing Guide](https://3bmahv3xwn6030jbn72hlx3j-wpengine.netdna-ssl.com/wp-content/uploads/2018/08/OpenLDAP-LMDB-Sizing-Guide.pdf). -The bottom line is thatt more RAM is better. The best is to have enough RAM to accommodate the +The bottom line is that more RAM is better. The best is to have enough RAM to accommodate the entire database or at least the database's working set.