Skip to content

Commit

Permalink
jemalloc was reenabled on Linux for all archs
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Dec 8, 2024
1 parent d1c9950 commit 7dc9dd4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/extensions/jemalloc.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,13 @@ The availability of the `jemalloc` extension depends on the operating system.

### Linux

On Linux, the AMD64 (x86_64) distribution of DuckDB ships with the `jemalloc` extension.
Linux distributions of DuckDB ships with the `jemalloc` extension.
To disable the `jemalloc` extension, [build DuckDB from source]({% link docs/dev/building/build_instructions.md %}) and set the `SKIP_EXTENSIONS` flag as follows:

```bash
GEN=ninja SKIP_EXTENSIONS="jemalloc" make
```

The ARM64 (AArch64) DuckDB distribution on Linux does not ship with the `jemalloc` extension.
To include it, build it as follows:

```bash
GEN=ninja BUILD_JEMALLOC=1 make
```

### macOS

The macOS version of DuckDB does not ship with the `jemalloc` extension but can be [built from source]({% link docs/dev/building/build_instructions.md %}) to include it:
Expand Down

0 comments on commit 7dc9dd4

Please sign in to comment.