yaooqinn commented on PR #40771:
URL: https://github.com/apache/spark/pull/40771#issuecomment-1507965774
> The cpu limits are set by spark.kubernetes.{driver,executor}.limit.cores.
The cpu is set by spark.{driver,executor}.cores. The memory request and limit
are set by summing the values of spark.{driver,executor}.memory and
spark.{driver,executor}.memoryOverhead. Other resource limits are set by
spark.{driver,executor}.resources.{resourceName}.* configs.
Referring to the doc, we can actually set driver pod memory alone
--
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]