Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Aug 28, 2024
1 parent 408bc1f commit 03864b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class VeloxListenerApi extends ListenerApi with Logging {
if (!SparkResourceUtil.isMemoryOverheadSet(conf)) {
// If memory overhead is not set by user, automatically set it according to off-heap settings.
logInfo(
"Memory overhead is not set. Setting it to 0.1 * off-heap memory size automatically." +
s"Memory overhead is not set. Setting it to $desiredOverheadSize automatically." +
" Gluten doesn't follow Spark's calculation on default value of this option because the" +
" actual required memory overhead will depend on off-heap usage than on on-heap usage.")
conf.set(GlutenConfig.SPARK_OVERHEAD_SIZE_KEY, desiredOverheadSize.toString)
Expand Down

0 comments on commit 03864b0

Please sign in to comment.