Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
  • Loading branch information
jszwedko committed Jun 3, 2021
1 parent a07d0e1 commit 5f3a319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/highlights/2021-06-02-drop-jemalloc.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags: ["type: announcement", "domain: performance"]
---

Since version 0.2.0, Vector has used [jemalloc](\(urls.jemalloc)) as its memory allocator on *nix-based OSes. As part of
some on-going performance work, we've made the decision to switch to the system allocator provided by the platform
some ongoing performance work, we've made the decision to switch to the system allocator provided by the platform
Vector is deployed on. This will be either the [GNU Allocator](\(urls.gnu_allocator)) for `glibc`-based builds (like
Debian) or the [`musl` allocator](\(urls.musl_allocator)) for `musl`-based builds (like Alpine Linux).

Expand Down

0 comments on commit 5f3a319

Please sign in to comment.