From 9fe9b8c7019546a0ea55674a692a3c9b5eda7a74 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Mon, 25 Dec 2023 11:12:50 +0545 Subject: [PATCH] Add documentation for memory limit --- docs/src/installation/configurations.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/installation/configurations.md b/docs/src/installation/configurations.md index 8f1dc075..3562c026 100644 --- a/docs/src/installation/configurations.md +++ b/docs/src/installation/configurations.md @@ -72,6 +72,8 @@ The following are the different configuration options that are accepted. | `HDX_API_KEY` | `HDX_API_KEY` | `[HDX]` | None | Your API Secret key for hdx upload , should have write access and it is compulsory if ENABLE_HDX_EXPORTS is True | CONDITIONAL | | `HDX_OWNER_ORG` | `HDX_OWNER_ORG` | `[HDX]` | None | Your HDX organization ID| CONDITIONAL | | `HDX_MAINTAINER` | `HDX_MAINTAINER` | `[HDX]` | None | Your HDX Maintainer ID | CONDITIONAL | +| `DUCK_DB_MEMORY_LIMIT` | `DUCK_DB_MEMORY_LIMIT` | `[HDX]` | None | Duck DB max memory limit , 80 % of your RAM eg : '5GB'| CONDITIONAL | + ## Which Service uses which settings? @@ -114,6 +116,8 @@ The following are the different configuration options that are accepted. | `HDX_API_KEY` | `[HDX]` | Yes | Yes | | `HDX_OWNER_ORG` | `[HDX]` | Yes | Yes | | `HDX_MAINTAINER` | `[HDX]` | Yes | Yes | +| `DUCK_DB_MEMORY_LIMIT` | `[HDX]` | Yes | Yes | +