Skip to content

Commit

Permalink
remove redundant spark.executor.memory in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
WangTaoTheTonic committed Oct 10, 2014
1 parent 6f98902 commit d06b6e5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,6 @@ Apart from these, the following properties are also available, and may be useful
#### Runtime Environment
<table class="table">
<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
<tr>
<td><code>spark.executor.memory</code></td>
<td>512m</td>
<td>
Amount of memory to use per executor process, in the same format as JVM memory strings
(e.g. <code>512m</code>, <code>2g</code>).
</td>
</tr>
<tr>
<td><code>spark.executor.extraJavaOptions</code></td>
<td>(none)</td>
Expand Down

0 comments on commit d06b6e5

Please sign in to comment.