parcel-bundler / parcel

The zero configuration build tool for the web. 📦🚀
https://parceljs.org
MIT License
43.41k stars 2.26k forks source link

Disable jemalloc on canary macOS builds #9908

Closed yamadapc closed 1 month ago

yamadapc commented 1 month ago

Replaces #9907

We get a few memory errors around jemalloc code.

This points to:

I want to remove it on canary builds to see if it addresses our problems. This will also provide an understanding of what impact it has on performance if any.