cockroachdb / cockroachdb/cockroach
jemalloc: env var and config path differ for Mac binaries
Open
A-build-system
A-storage
C-bug
T-storage
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Experimentally I have determined that the `MALLOC_CONF` environment variable does not work on Mac and instead it needs to be `JE_MALLOC_CONF`.
I looked at a few release binaries and you can tell just by searching for "MALLOC_CONF" inside the binary. See the comment below.
Contributor guide
Assessment
This issue has not been assessed yet.