bun
bun copied to clipboard
EPOLL fallback on memlock issue
If you want to report something, use bug template
Jarred just told me to make this issue, this isn't really a bug report, more a solution to a bug.
Okay
Interested in this as well! Would allow me to host bun applications on Railway using https://github.com/railwayapp/nixpacks
This isn't entirely fixed yet, but in the canary build of Bun bun install
and fetch
should at least partially work. There are cases where Bun is still using io_uring, but the HTTP client doesn't use it anymore
Closing this for now. Tracking fallback for io_uring
here: #785