You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/views/help/spark/helpExecutorGcHeuristic.scala.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<h3>Suggestions</h3>
20
20
<ul>
21
21
<li>We recommend increasing the executor memory.</li>
22
-
<li>Enabling ParallelGC using spark.executor.extraJavaOptions could help.</li>
22
+
<li>Enabling G1GC or ParallelGC using spark.executor.extraJavaOptions could help.</li>
23
23
<ul>
24
24
<li>User can enable G1GC or ParallelGC by adding <b>-XX:+UseG1GC</b> or <b>-XX:+UseParallelGC</b> respectively to Spark configuration spark.executor.extraJavaOptions</li>
0 commit comments