Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix spelling mistake in documentation #4775

Merged
merged 1 commit into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/archive/1.1/guides/performance/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DuckDB works efficiently on both AMD64 (x86_64) and ARM64 (AArch64) CPU architec

As a rule of thumb, DuckDB requires a _minimum_ of 125 MB of memory per thread.
For example, if you use 8 threads, you need at least 1 GB of memory.
If you are working in a memory-constained environment, consider [limiting the number of threads]({% link docs/archive/1.1/configuration/pragmas.md %}#threads), e.g., by issuing:
If you are working in a memory-constrained environment, consider [limiting the number of threads]({% link docs/archive/1.1/configuration/pragmas.md %}#threads), e.g., by issuing:

```sql
SET threads = 4;
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/performance/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DuckDB works efficiently on both AMD64 (x86_64) and ARM64 (AArch64) CPU architec

As a rule of thumb, DuckDB requires a _minimum_ of 125 MB of memory per thread.
For example, if you use 8 threads, you need at least 1 GB of memory.
If you are working in a memory-constained environment, consider [limiting the number of threads]({% link docs/configuration/pragmas.md %}#threads), e.g., by issuing:
If you are working in a memory-constrained environment, consider [limiting the number of threads]({% link docs/configuration/pragmas.md %}#threads), e.g., by issuing:

```sql
SET threads = 4;
Expand Down