Skip to content

Commit cf34811

Browse files
committed
decay of 10min, retain:true,background_thread:true
1 parent 415f230 commit cf34811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reth-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
if [[ "$HOST_PROFILE" == "profiling" ]]; then
332332
RUSTFLAGS="${RUSTFLAGS} -C force-frame-pointers=yes"
333333
fi
334-
export JEMALLOC_SYS_WITH_MALLOC_CONF="retain:false,background_thread:false,metadata_thp:always,thp:always,dirty_decay_ms:-1,muzzy_decay_ms:-1,abort_conf:true"
334+
export JEMALLOC_SYS_WITH_MALLOC_CONF="retain:true,background_thread:true,metadata_thp:always,thp:always,dirty_decay_ms:600000,muzzy_decay_ms:600000,abort_conf:true"
335335
RUSTFLAGS=$RUSTFLAGS cargo build --bin openvm-reth-benchmark-bin --profile=$HOST_PROFILE --no-default-features --features=$FEATURES
336336
echo "JEMALLOC_SYS_WITH_MALLOC_CONF=${JEMALLOC_SYS_WITH_MALLOC_CONF}" >> $GITHUB_ENV
337337

0 commit comments

Comments
 (0)