Skip to content

Commit

Permalink
Set prof:true,prof_active:false
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleiserson committed Dec 17, 2024
1 parent 11010e2 commit e3848f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/src/bin/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static ALLOC: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;
#[cfg(jemalloc)]
#[allow(non_upper_case_globals)]
#[export_name = "_rjem_malloc_conf"]
pub static _rjem_malloc_conf: &[u8] = b"prof:true,prof_active:true\0";
pub static _rjem_malloc_conf: &[u8] = b"prof:true,prof_active:false\0";

#[cfg(feature = "dhat-heap")]
#[global_allocator]
Expand Down

0 comments on commit e3848f7

Please sign in to comment.