Open magnusart opened 10 years ago
Hi Magnus,
Thanks for the report. Can you give a bit more information on
Hi
Sorry for the late reply. Here is what I know right now, of course I can do some tests as well:
The reason I found out about this was because we made builds with Wercker.com that imposes this limit. I have then reproduced it on my local OS X machine.
Since our code is proprietary I can't give you something to test, but a fairly large OSS code base should do the trick. Running with universal:binary after reducing the file handler limit to 1024 would hopefully produce the same issue.
Here are a bit more information, I dug up the old stack trace:
https://gist.github.com/magnusart/74bed5d66c0e96bd58be
Also when looking around for java zipping and file handler problems, while not very common, is not entirely unheard of similar issues: http://www-01.ibm.com/support/docview.wss?uid=swg21403391
Thanks a lot for the research. Any other help on solving this is very appreciated :)
@francisdb I think you misunderstood this bug. The issue occurs whilst packaging (at build time, running dist). Any problems with file descriptor when executing the packages application is a separate issue.
I indeed did, well let me move that stuff to the other ticket then.
Hi
I have a Play Framework 2.3.x application. When running dist in a large-ish project I hit the limit for open files. This is not a problem on my local machine but using services like Wercker where we can't change this setting makes it problematic.
I have tested with building both deb and docker and those target can build the same project without hitting altering ulimit.
I am using the 8-M1 version.