From 802969384ae0c581255f3375ee2ba774c8d2a754 Mon Sep 17 00:00:00 2001 From: Jack Kleeman Date: Fri, 1 Mar 2024 06:26:01 +0000 Subject: [PATCH] Use tikv jemalloc fork (#75) As otherwise the commit doesn't reliably download on new checkout Signed-off-by: Jack Kleeman --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 04dd40a..ca21535 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "jemalloc-sys/jemalloc"] path = jemalloc-sys/jemalloc - url = https://github.com/jemalloc/jemalloc + url = https://github.com/tikv/jemalloc