-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Command killed due to excessive memory consumption for Oracle Cloud Infrastructure Python SDK #5337
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
Comments
I just saw that @humitos incremented the build time in #4251 (comment), probably your project needs more memory too. |
I tried another build today. https://readthedocs.org/projects/oracle-cloud-infrastructure-python-sdk/builds/8659397/ The process is still being killed. Are there any recommendations for how to get past this? We are planning to add new services with the next release which means an increase in the number of rst files. |
The same with @platformio :( |
@ivankravets please, can you open a different issue for you request? |
I suppose the problem of these docs is the page Single Page Reference that includes all the API reference in one incredible huge page. |
That page is enormous. I've got to check to see if there is any part of the build and package process which references it. It's worth removing the page from the docs which get built on ReadTheDocs if it allows the other pages to get built. |
I think if you remove that page, your build will work. |
The single page reference was removed with the latest release and the docs are building again. Thank you for the help. |
Uh oh!
There was an error while loading. Please reload this page.
Details
Expected Result
Project would build without issues.
Actual Result
Process fails while writing output:
I opened #4251 a while back due to issues with memory consumption and timeouts. I made all the recommended changes and the project has been building successfully, until today. We added a new service with this latest release, but the docs build process is failing before reaching these new docs when writing the output.
Here is the latest PR so you can see which docs where added: oracle/oci-python-sdk@917e8c5
The text was updated successfully, but these errors were encountered: