Skip to content

Commit

Permalink
set spark.gluten.velox.BroadcastBuildRelationUseOffheap.enabled defau…
Browse files Browse the repository at this point in the history
…lt value to true
  • Loading branch information
zjuwangg committed Dec 13, 2024
1 parent b3e118f commit 400db23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2256,5 +2256,5 @@ object GlutenConfig {
.doc("If enabled, broadcast build relation will use offheap memory. " +
"Otherwise, broadcast build relation will use onheap memory.")
.booleanConf
.createWithDefault(false)
.createWithDefault(true)
}

0 comments on commit 400db23

Please sign in to comment.