nchammas commented on code in PR #44680:
URL: https://github.com/apache/spark/pull/44680#discussion_r1762430076


##########
python/docs/Makefile:
##########
@@ -16,7 +16,7 @@
 # Minimal makefile for Sphinx documentation
 
 # You can set these variables from the command line.
-SPHINXOPTS    ?= "-W"
+SPHINXOPTS    ?= "-W" "-j" "auto"

Review Comment:
   > As of today, this setting seems to work on low-core machine like `GitHub 
Action` runners (4 cores).
   
   It seems something about the build has changed since this PR was merged in 
~8 months ago. As stated in the PR description, I tested `auto` on a 16-core 
Intel and it worked fine. And I remember running the build many times to get a 
representative runtime to report.
   
   > this ends up `N * N` `pyspark.daemon`
   
   Perhaps this was not the case back in January, for some reason. 🤷‍♂️



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to