Skip to content

Commit

Permalink
Update docs/FAQ.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sameer Raheja <sameerz@users.noreply.github.com>
  • Loading branch information
jlowe and sameerz authored Feb 7, 2022
1 parent 26972b2 commit 0cd2243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ can throw at it.
### How are `spark.executor.cores`, `spark.task.resource.gpu.amount`, and `spark.rapids.sql.concurrentGpuTasks` related?

The `spark.executor.cores` and `spark.task.resource.gpu.amount` configuration settings are inputs
to the Spark task scheduler and control the maximum number of tasks that can execute concurrently
to the Spark task scheduler and control the maximum number of tasks that can be run concurrently
on an executor, regardless of whether they are running CPU or GPU code at any point in time. See
the [Number of Tasks per Executor](tuning-guide.md#number-of-tasks-per-executor) section in the
tuning guide for more details.
Expand Down

0 comments on commit 0cd2243

Please sign in to comment.