parcel-bundler / parcel

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

Disable jemalloc on canary macOS builds #9907

Closed yamadapc closed 3 months ago

yamadapc commented 3 months ago

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.

yamadapc commented 3 months ago

I see I opened this from my fork again by accident. I'll re-open