Merge branch 'memory' into 'next'

improvement: better memory usage and admin commands to analyze it

See merge request famedly/conduit!497
This commit is contained in:
Timo Kösters 2023-07-03 17:43:27 +00:00
commit f8a36e7554
10 changed files with 517 additions and 331 deletions

View file

@ -105,7 +105,7 @@ async-trait = "0.1.68"
sd-notify = { version = "0.4.1", optional = true }
[features]
default = ["conduit_bin", "backend_sqlite", "backend_rocksdb", "jemalloc", "systemd"]
default = ["conduit_bin", "backend_sqlite", "backend_rocksdb", "systemd"]
#backend_sled = ["sled"]
backend_persy = ["persy", "parking_lot"]
backend_sqlite = ["sqlite"]