Skip to content

Commit

Permalink
update dov of momory package
Browse files Browse the repository at this point in the history
  • Loading branch information
sddyljsx committed Jan 10, 2020
1 parent 0f14e34 commit f7d30f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/src/main/scala/org/apache/spark/memory/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ package org.apache.spark
*
* Diagrammatically:
*
* {{{ +---------------------------+
* {{{
* +---------------------------+
* +-------------+ | MemoryManager |
* | MemConsumer |----+ | |
* +-------------+ | +-------------------+ | +---------------------+ |
Expand All @@ -59,7 +60,8 @@ package org.apache.spark
* +--->| TaskMemoryManager |----+ | |OffHeapExecMemPool | |
* +-------------------+ | +---------------------+ |
* | |
* }}} +---------------------------+
* +---------------------------+
* }}}
*
*
* There is one implementation of [[org.apache.spark.memory.MemoryManager]]:
Expand Down

0 comments on commit f7d30f5

Please sign in to comment.