Update JEMALLOC_SYS_WITH_LG_PAGE to '16' in release.yaml
Some checks failed
/ Build - Linux aarch64 (push) Has been cancelled
/ Build - Windows x86 (push) Has been cancelled
/ Build - Windows x86_64 (push) Has been cancelled
/ Build - Linux x86 (push) Has been cancelled
/ Build - Android aarch64 (push) Has been cancelled
/ Build - Linux x86_64 (push) Has been cancelled
/ Build - MacOS aarch64 (push) Has been cancelled
/ Build - MacOS x86_64 (push) Has been cancelled
/ Build - Freebsd x86_64 (push) Has been cancelled
/ Build - Android armv7 (push) Has been cancelled
/ Build - Freebsd x86 (push) Has been cancelled
/ Build - Linux armv6 (push) Has been cancelled
/ Build - Linux armv7hf (push) Has been cancelled
/ Release (push) Has been cancelled

Change JEMALLOC_SYS_WITH_LG_PAGE environment variable to '16'.
This commit is contained in:
Erèbe - Romain Gerard
2025-11-16 18:51:27 +01:00
committed by GitHub
parent 7054bb244b
commit 44724d8f9d

View File

@@ -147,7 +147,7 @@ jobs:
- name: Build ${{ matrix.platform.name }} binary
uses: actions-rs/cargo@v1
env:
JEMALLOC_SYS_WITH_LG_PAGE: ${{matrix.platform.JEMALLOC_SYS_WITH_LG_PAGE || '4' }}
JEMALLOC_SYS_WITH_LG_PAGE: '16'
# We use cross-rs if not running on x86_64 architecture on Linux
with:
command: build