product · inferred from evidence
ARM64
A 64-bit ARM architecture, referenced in the context of hardware platforms like M1/M2 Macs and Raspberry Pi.
- Darwin e2e test failure in CI
OpenTofu's darwin_amd64 e2e CI job failing at the same spot after merges: the maintainer traced it to x86 emulation delays (running darwin_amd64 tests on arm64 runners) rather than a real product bug. If you hit the same flaky failure in yo
- Qdrant docker "[jemalloc]: Unsupported system page size" on aarch64, Aborted (core dumped)
The default Docker image was built with jemalloc page-size assumptions incompatible with arm64 hosts using 16K/64K page sizes (e.g. Kunpeng920 cloud machines, Raspberry Pi 5). The permanent fix: maintainers merged PR #9721 (upgrading tikv-j
- Does brew install get an arm64 binary of cb on Mac? (x64 binary crashes)
Teaches the verified fix from a real crunchy-bridge support thread: does brew install get an arm64 binary of cb on Mac? (x64 binary crashes)