-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
actix_web pipeline error - 502 - Too many open files #44
Comments
Could this be a result of the massive timeout from before? I've never personally seen it |
I think it's more related to huge list of config. I guess it's related to generating build.json and visiting too many pages from bundle-config.yml |
It isn’t since I can replicate the timeouts without any config, eg from
https://www.superdenim.com
…On Tue, 27 Nov 2018 at 15:27, Janusz Janczy ***@***.***> wrote:
I think it's more related to huge list of config. I guess it's related to
generating build.json and visiting too many pages from bundle-config.yml
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABkUAmMl4HcnPIgmxNCWLdnw7HSy1WV7ks5uzUvbgaJpZM4YsPQ2>
.
|
@Januszpl I've seen this happen now, but only on Linux, is that what you're using? |
OS X High Sierra 10.13.6 |
+1 for this. Having it on linux. |
@Robin31 any updates? |
Same here on OS X High Sierra 10.13.6. The OS' file descriptors limit seems to be quite low at 256. As soon as the M2 website you're browsing has more than ~256 requests, config-gen will crash. I have temporary raised the file descriptor limit using |
When experimenting with different bundle-config.yml I was editing config and browsing website. Then suddenly I got empty build.json and I noticed that I had serveral errors like this one:
and then:
Adding this ticket for further investigating.
My config when error happened (custom project)
The text was updated successfully, but these errors were encountered: