jpcorreia99 commented on code in PR #45240:
URL: https://github.com/apache/spark/pull/45240#discussion_r1522177128


##########
docs/configuration.md:
##########
@@ -202,6 +202,15 @@ of the most common options to set are:
   </td>
   <td>2.3.0</td>
 </tr>
+<tr>
+  <td><code>spark.driver.minMemoryOverhead</code></td>
+  <td>384Mib</td>

Review Comment:
   @tgravescs just want to make sure I'm being correct here.
   I create this flag with "  .createWithDefaultString("384m")". Is it correct 
for me to write here `Mib` instead of `m` for clarity to the reader or should I 
stick to exactly the value it contains?



##########
docs/configuration.md:
##########
@@ -202,6 +202,15 @@ of the most common options to set are:
   </td>
   <td>2.3.0</td>
 </tr>
+<tr>
+  <td><code>spark.driver.minMemoryOverhead</code></td>
+  <td>384Mib</td>

Review Comment:
   @tgravescs just want to make sure I'm being correct here.
   I create this flag with `.createWithDefaultString("384m")`. Is it correct 
for me to write here `Mib` instead of `m` for clarity to the reader or should I 
stick to exactly the value it contains?



-- 
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