Cargo Features
[dependencies]
chrome_server = { version = "0.2.33", default-features = false, features = ["jemalloc"] }
- default = jemalloc
-
The
jemalloc
feature is set by default wheneverchrome_server
is added without
somewhere in the dependency tree.default-features = false - jemalloc default
-
Enables tikv-jemallocator
chrome_server has 2 features without comments.