Skip to content

Commit d10f7be

Browse files
authored
Merge pull request godotengine#7474 from Calinou/building-j-auto
2 parents 27e7f84 + 0a1bd87 commit d10f7be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contributing/documentation/building_the_manual.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ If you have at least 16 GB of RAM, you can speed up compilation by running:
154154
155155
make html SPHINXOPTS=-j2
156156
157+
You can use ``-j auto`` to use all available CPU threads, but this can use a lot
158+
of RAM if you have a lot of CPU threads. For instance, on a system with 32 CPU
159+
threads, ``-j auto`` (which corresponds to ``-j 32`` here) can require 20+ GB of
160+
RAM for Sphinx alone.
161+
157162
Specifying a list of files
158163
^^^^^^^^^^^^^^^^^^^^^^^^^^
159164

0 commit comments

Comments
 (0)