ef-labs / vertx-jersey

Run jersey in vert.x
MIT License
150 stars 47 forks source link

why occurs error of "too many open files"? #69

Open ghost opened 7 years ago

ghost commented 7 years ago

my linux server's open files setting is 32768 . but occurs error of "too many open files",why?

adrianluisgonzalez commented 6 years ago

It sounds like you have a resource that is not being closed. Do you have a simple reproducer?