Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Feb 26, 2024
1 parent 0f41c4b commit 00effe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/SparkEnv.scala
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SparkEnv (
def shuffleManager: ShuffleManager = _shuffleManager

// We initialize the MemoryManager later in SparkContext after DriverPlugin is loaded
// to allow the plugin to overwrite memory configurations
// to allow the plugin to overwrite executor memory configurations
private var _memoryManager: MemoryManager = _

def memoryManager: MemoryManager = _memoryManager
Expand Down

0 comments on commit 00effe7

Please sign in to comment.