1 | initial version |
Developers are well aware of the problem with memory usage while building Sage's documentation.
To mitigate this problem, make sure to disable using multiple cores while building the docs:
$ export MAKE='make -j1'
$ make doc
There was work on decreasing the memory usage of building the documentation during Sage Days 77 in Spring 2016 and you can hopefully find some of the conclusions in the report available from the days77 page [1].
It's possible that more work is needed.
[1] [https://wiki.sagemath.org/days77](https://wiki.sagemath.org/days77)
2 | No.2 Revision |
Developers are well aware of the problem with memory usage while building Sage's documentation.
To mitigate this problem, make sure to disable using multiple cores while building the docs:
$ export MAKE='make -j1'
$ make doc
There was work on decreasing the memory usage of building the documentation
during Sage Days 77 in Spring 2016 and you can hopefully find some of the conclusions
in the report available from the days77 page [1].page.
It's possible that more work is needed.
[1] [https://wiki.sagemath.org/days77](https://wiki.sagemath.org/days77)