Skip to content

Commit

Permalink
[SPARK-47208][DOCS][FOLLOWUP] Replace `spark.driver.minMemoryOverhead…
Browse files Browse the repository at this point in the history
…` with `spark.executor.minMemoryOverhead`

### What changes were proposed in this pull request?
Replace spark.driver.minMemoryOverhead with spark.executor.minMemoryOverhead

### Why are the changes needed?
docfix

### Does this PR introduce _any_ user-facing change?
no

### How was this patch tested?
doc build

### Was this patch authored or co-authored using generative AI tooling?
no

Closes #50018 from yaooqinn/SPARK-47208.

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
yaooqinn authored and dongjoon-hyun committed Feb 20, 2025
1 parent 62f0d29 commit bbb9c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ of the most common options to set are:
<td>2.3.0</td>
</tr>
<tr>
<td><code>spark.driver.minMemoryOverhead</code></td>
<td><code>spark.executor.minMemoryOverhead</code></td>
<td>384m</td>
<td>
The minimum amount of non-heap memory to be allocated per executor process, in MiB unless otherwise specified, if <code>spark.executor.memoryOverhead</code> is not defined.
Expand Down

0 comments on commit bbb9c2c

Please sign in to comment.