From deed44a472edaf11d35fa98c7e68a288f8dfe93f Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 22 Jul 2020 13:40:45 +0200 Subject: Remove support for jemalloc We only used it for measuring memory usage, but now we can use glibc's allocator for that just fine --- docs/dev/README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'docs/dev/README.md') diff --git a/docs/dev/README.md b/docs/dev/README.md index 3af01cd6b..2bb2f75bd 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -397,13 +397,7 @@ To log all communication between the server and the client, there are two choice There are also two VS Code commands which might be of interest: -* `Rust Analyzer: Status` shows some memory-usage statistics. To take full - advantage of it, you need to compile rust-analyzer with jemalloc support: - ``` - $ cargo install --path crates/rust-analyzer --force --features jemalloc - ``` - - There's an alias for this: `cargo xtask install --server --jemalloc`. +* `Rust Analyzer: Status` shows some memory-usage statistics. * `Rust Analyzer: Syntax Tree` shows syntax tree of the current file/selection. -- cgit v1.2.3