summaryrefslogtreecommitdiff
path: root/src/background_gc.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* Work on older Erlang versionsSimon MacMullen2012-11-141-1/+4
* tweakbug24915Matthias Radestock2012-11-131-25/+15
* Don't hibernate, GC self instead.Simon MacMullen2012-11-121-6/+3
* Remove define, change message, silence dialyser.Simon MacMullen2012-11-121-4/+3
* SpecsSimon MacMullen2012-11-121-0/+9
* cast not call.Simon MacMullen2012-11-121-7/+7
* Use background_gc when the memory alarm goes off.Simon MacMullen2012-11-121-1/+8
* Profiling suggests that garbage_collect/1 is in fact far cheaper than process...Simon MacMullen2012-11-121-12/+5
* Only GC idle (waiting) processes. Filter tiny processes from the list (to mak...Simon MacMullen2012-11-121-8/+10
* Background GC.Simon MacMullen2012-11-121-0/+81