summaryrefslogtreecommitdiff
path: root/src/background_gc.erl
Commit message (Expand)AuthorAgeFilesLines
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* URL CleanupSpring Operator2019-03-201-1/+1
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-4/+4
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Modify the documentation and background_gc.erl default value for background_g...Fabian Ponce2017-06-071-1/+1
* (c) yearMichael Klishin2017-04-021-1/+1
* Make it possible to disable background GCMichael Klishin2016-11-281-6/+15
* Use the new -spec formatJean-Sébastien Pédron2016-06-281-7/+3
* Update (c) infoMichael Klishin2016-01-011-1/+1
* (c) yearMichael Klishin2015-05-241-1/+1
* max gc interval backoff bounded by specifying a max interval of 4x the ideal ...Dallas Marlow2015-04-061-1/+2
* Update copyright for 2014Simon MacMullen2014-03-171-1/+1
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Update copyright 2013Emile Joubert2013-01-231-1/+1
* Work on older Erlang versionsSimon MacMullen2012-11-141-1/+4
* tweakMatthias 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