We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i start with elysia project and just run bun dev
bun dev
Bun v1.1.37 (8ca0eb8) on linux x86_64 [RunCommand]
8ca0eb8
panic: Failed to enable File Watcher: ProcessFdQuotaExceeded
javascript.zig:4480
src.bun.js.javascript.NewHotReloader
bun_js.zig:297
src.bun.js.javascript.OpaqueWrap__anon_57500__struct_97187.callback
bindings.cpp:4946
JSC__VM__holdAPILock
shimmer.zig:201
src.bun_js.Run.boot
run_command.zig:1374
src.cli.run_command.RunCommand.exec__anon_88617
cli.zig:2041
src.cli.Cli.start
main.zig:48
main
Features: dotenv, jsc, tsconfig
The text was updated successfully, but these errors were encountered:
Thank you for reporting this crash.
For Bun's internal tracking, this issue is BUN-8Y1.
Sorry, something went wrong.
No branches or pull requests
How can we reproduce the crash?
i start with elysia project and just run
bun dev
Relevant log output
Stack Trace (bun.report)
Bun v1.1.37 (
8ca0eb8
) on linux x86_64 [RunCommand]panic: Failed to enable File Watcher: ProcessFdQuotaExceeded
javascript.zig:4480
:src.bun.js.javascript.NewHotReloader
bun_js.zig:297
:src.bun.js.javascript.OpaqueWrap__anon_57500__struct_97187.callback
bindings.cpp:4946
:JSC__VM__holdAPILock
shimmer.zig:201
:src.bun_js.Run.boot
run_command.zig:1374
:src.cli.run_command.RunCommand.exec__anon_88617
cli.zig:2041
:src.cli.Cli.start
main.zig:48
:main
Features: dotenv, jsc, tsconfig
The text was updated successfully, but these errors were encountered: