Skip to content

Command killed due to excessive memory consumption #5434

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

Closed
ivankravets opened this issue Mar 11, 2019 · 5 comments
Closed

Command killed due to excessive memory consumption #5434

ivankravets opened this issue Mar 11, 2019 · 5 comments
Assignees
Labels
Support Support question

Comments

@ivankravets
Copy link

Details

Expected Result

Completed build.

Actual Result

Broken build.

@humitos
Copy link
Member

humitos commented Mar 26, 2019

Hi @ivankravets! I increased your memory and triggered a build. It should pass now.

BTW, did you check this guide? https://docs.readthedocs.io/en/latest/guides/build-using-too-many-resources.html I'm not sure why it uses too much memory on the Sphinx step.

Actually, please disable htmlzip and maybe pdf formats which consume a lot of resources on these kind of projects. @stsewd I suppose that sharing the toctrees on them will help, what do you think?

@stsewd
Copy link
Member

stsewd commented Mar 26, 2019

I didn't see so much gain locally inside docker, but outside it was a lot of time being reduced. So, not really sure, but it's worth it to try.

@humitos
Copy link
Member

humitos commented Mar 26, 2019

Without the flag, it took 785s

https://readthedocs.org/projects/platformio/builds/8815492/

After adding the feature flag, it took 535s

https://readthedocs.org/projects/platformio/builds/8816161/

Let's see how it behaves once the environment is wiped and rebuilt.

@ivankravets
Copy link
Author

@humitos Thank you so much for the help. Should be something done on our side? HTML + PDF are useful formats for our developers.

@humitos
Copy link
Member

humitos commented Mar 26, 2019

@ivankravets OK! We are done for now. Let us know if it happens again.

@humitos humitos closed this as completed Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Support question
Projects
None yet
Development

No branches or pull requests

3 participants