Skip to content

Commit b404b91

Browse files
committed
Configure jemalloc for THP
1 parent 123c38a commit b404b91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# dynamically in CI from ci.yml.
33
runners:
44
- &base-job
5-
env: { }
5+
env:
6+
MALLOC_CONF: "thp:always,metadata_thp:always"
67

78
- &job-linux-4c
89
os: ubuntu-24.04

0 commit comments

Comments
 (0)