Skip to content

Commit fff6383

Browse files
authored
Update JEMALLOC_SYS_WITH_LG_PAGE environment variable
1 parent 4548213 commit fff6383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Build ${{ matrix.platform.name }} binary
146146
uses: actions-rs/cargo@v1
147147
env:
148-
JEMALLOC_SYS_WITH_LG_PAGE: '16'
148+
JEMALLOC_SYS_WITH_LG_PAGE: ${{ contains(matrix.platform.target, 'aarch64') && '16' || '4' }}
149149
# We use cross-rs if not running on x86_64 architecture on Linux
150150
with:
151151
command: build

0 commit comments

Comments
 (0)