We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30221fb commit f2a225dCopy full SHA for f2a225d
.github/workflows/benchmarks-execute.yml
@@ -26,7 +26,7 @@ concurrency:
26
env:
27
CARGO_TERM_COLOR: always
28
S3_FIXTURES_PATH: s3://openvm-public-data-sandbox-us-east-1/benchmark/fixtures
29
- JEMALLOC_SYS_WITH_MALLOC_CONF: "retain:true,background_thread:true,metadata_thp:always,thp:always,dirty_decay_ms:-1,muzzy_decay_ms:-1,abort_conf:true"
+ JEMALLOC_SYS_WITH_MALLOC_CONF: "retain:true,background_thread:true,metadata_thp:always,thp:always,dirty_decay_ms:10000,muzzy_decay_ms:10000,abort_conf:true"
30
31
jobs:
32
codspeed-walltime-benchmarks:
0 commit comments