Skip to content

Commit

Permalink
Add documentation for memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Dec 25, 2023
1 parent e092c73 commit 9fe9b8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/installation/configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down Expand Up @@ -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 |




Expand Down

0 comments on commit 9fe9b8c

Please sign in to comment.