-
Notifications
You must be signed in to change notification settings - Fork 49
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
Docs build exceeds the RAM limit on ReadtheDocs #195
Comments
It seems that conda itself uses a lot of RAM. Here are results of profiling the conda environment creation process:
Profiled using:
|
I've asked the RTD team, and we now have 1.5 Gb of RAM for the building process. |
@rw1nkler Did you get the memory increased for all the symbiflow related repos? |
@mithro I've asked them only for this repository. |
Add support for custom wire with dot and packed range
The build on ReadtheDocs server exceeds the RAM limit:
https://readthedocs.org/projects/symbiflow/builds/10499598/
This is caused by the conda environment and is a well-known issue:
readthedocs/readthedocs.org#6412 (comment)
Nevertheless, If we want to use Doxygen on ReadtheDocs we will need conda. Fortunately, In many cases, people from RTD increased the amount of RAM memory for a specific project. Maybe we should ask them for it?
https://docs.readthedocs.io/en/stable/guides/build-using-too-many-resources.html#requests-more-resources
The text was updated successfully, but these errors were encountered: