diff --git a/configure_server b/configure_server index c64b2c78..c2ce2ee2 100755 --- a/configure_server +++ b/configure_server @@ -31,7 +31,7 @@ Deps.set( @Deps.register("jemalloc") def jemalloc(): return { - "location": Deps.GitRepo("https://github.com/jemalloc/jemalloc.git", tag="4.1.0"), + "location": Deps.GitRepo("https://github.com/jemalloc/jemalloc.git", tag="5.2.1"), "build": ["./autogen.sh", "./configure --enable-prof", "make"], "outputs": ["lib/libjemalloc.a"] }