Skip to content

Commit

Permalink
Remove jemalloc from default feature of tikv-alloc (#6206) (#6211)
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Keao <keao.yang@yahoo.com>
  • Loading branch information
sre-bot committed Jan 3, 2020
1 parent ef9dafc commit abee7ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
publish = false

[features]
default = ["tikv_alloc/default"]
default = ["jemalloc"]
tcmalloc = ["tikv_alloc/tcmalloc"]
jemalloc = ["tikv_alloc/jemalloc", "engine/jemalloc"]
portable = ["engine/portable"]
Expand Down
2 changes: 1 addition & 1 deletion components/tikv_alloc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Brian Anderson <andersrb@gmail.com>"]
publish = false

[features]
default = ["jemalloc"]
default = []
jemalloc = ["jemallocator", "jemalloc-sys", "jemalloc-ctl"]

# Build jemalloc's profiling features. Without this
Expand Down

0 comments on commit abee7ec

Please sign in to comment.