Switch to jemalloc to reduce memory usage

This commit is contained in:
2023-03-20 00:13:34 +01:00
parent 9b6a12f3da
commit b2207e4f48
3 changed files with 25 additions and 0 deletions

View File

@ -12,6 +12,7 @@ chacha20poly1305 = { version = "0.10.1", features = ["std"] }
chrono = "0.4.24"
hex = { version = "0.4.3", features = ["serde"] }
image = { version = "0.24.5", default-features = false, features = ["jpeg", "webp-encoder"] }
jemallocator = "0.5.0"
kamadak-exif = "0.5.5"
minijinja = "0.30.4"
serde = { version = "1.0.152", features = ["derive"] }