Skip to content

workerd crashed in load test #1328

Answered by kentonv
Yamabuki-bakery asked this question in Q&A
Discussion options

You must be logged in to vote

This is because workerd hit the limit on total open file descriptors (which includes network connections). This is a common system configuration issue that applies to all servers -- it's not specific to workerd. If you're running workerd in a shell, you can usually use the shell's ulimit command to increase the limit, although you may need to be root to increase the limit beyond a certain point. If you're running workerd under some sort of server runner like systemd, you'll need to configure it to provide a higher ulimit.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Yamabuki-bakery
Comment options

@kentonv
Comment options

Answer selected by Yamabuki-bakery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants