aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/memory
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13992] Add support for off-heap cachingJosh Rosen2016-04-011-12/+10
* [SPARK-12181] Check Cached unaligned-access capability before using Unsafetedyu2016-03-291-0/+3
* [SPARK-14135] Add off-heap storage memory bookkeeping support to MemoryManagerJosh Rosen2016-03-265-103/+174
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-173-3/+4
* [SPARK-13696] Remove BlockStore class & simplify interfaces of mem. & disk st...Josh Rosen2016-03-102-2/+6
* [SPARK-12759][Core][Spark should fail fast if --executor-memory is too small ...Daniel Jalova2016-02-241-1/+11
* [SPARK-10985][CORE] Avoid passing evicted blocks throughout BlockManagerJosh Rosen2016-01-184-64/+20
* [SPARK-3873][CORE] Import ordering fixes.Marcelo Vanzin2016-01-053-4/+4
* [SPARK-12155][SPARK-12253] Fix executor OOM in unified memory managementAndrew Or2015-12-102-31/+83
* [SPARK-12251] Document and improve off-heap memory configurationsJosh Rosen2015-12-101-2/+8
* [SPARK-12165][SPARK-12189] Fix bugs in eviction of storage memory by executionJosh Rosen2015-12-094-29/+64
* [SPARK-12187] *MemoryPool classes should not be fully publicAndrew Or2015-12-084-4/+4
* [SPARK-12081] Make unified memory manager work with small heapsAndrew Or2015-12-011-4/+18
* [SPARK-12046][DOC] Fixes various ScalaDoc/JavaDoc issuesCheng Lian2015-12-011-7/+7
* [SPARK-11389][CORE] Add support for off-heap memory to MemoryManagerJosh Rosen2015-11-067-306/+590
* [SPARK-10342] [SPARK-10309] [SPARK-10474] [SPARK-10929] [SQL] Cooperative mem...Davies Liu2015-10-291-2/+7
* [SPARK-10984] Simplify *MemoryManager class structureJosh Rosen2015-10-253-26/+195
* [SPARK-10983] Unified memory managerAndrew Or2015-10-133-101/+228
* [SPARK-10956] Common MemoryManager interface for storage and executionAndrew Or2015-10-082-0/+319