Switch to jemalloc to reduce memory usage
This commit is contained in:
@ -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"] }
|
||||
|
Reference in New Issue
Block a user