summaryrefslogtreecommitdiff
path: root/src/rabbit_memory_monitor.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* minor refactorbug25726Matthias Radestock2013-09-261-6/+6
* inliningMatthias Radestock2013-09-261-12/+6
* Just one predicate.Simon MacMullen2013-09-261-10/+7
* Ahem2.Simon MacMullen2013-09-261-2/+2
* Ahem.Simon MacMullen2013-09-261-6/+6
* Shorten / simplify by abstracting over a duration-comparing predicate.Simon MacMullen2013-09-261-34/+25
* Slightly better comments.Simon MacMullen2013-09-231-2/+5
* Don't page when the disk alarm has gone off.Simon MacMullen2013-09-041-40/+76
* Merged stable into defaultEmile Joubert2013-07-311-2/+2
|\
| * s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* | Oops, I forgot that going back to vm_memory_monitor:get_memory_limit() means ...bug25597Simon MacMullen2013-06-181-1/+5
* | Matthias convinced me to go with ratio-of-a-ratio.Simon MacMullen2013-06-181-2/+2
* | Eliminate ?MEMORY_LIMIT_SCALING and make the ratio at which we page configura...Simon MacMullen2013-06-181-17/+4
|/
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* another, even tinier, refactorMatthias Radestock2012-01-041-5/+2
* tiny refactorMatthias Radestock2012-01-041-19/+14
* Reduce nesting of case statementsEmile Joubert2011-10-271-15/+12
* Change the meaning of vm_memory_high_watermark = 0.0Emile Joubert2011-10-271-8/+13
* replace timer:apply_interval with timer:send_intervalbug24508Matthias Radestock2011-10-201-10/+5
* Remove redundant definitionEmile Joubert2011-09-281-3/+0
* Rely on a running vm_memory_monitorEmile Joubert2011-09-191-17/+3
* Better default last memory limit during updatesEmile Joubert2011-09-191-8/+17
* Makes queues sensitive to changes in RAMEmile Joubert2011-09-161-12/+8
* cosmeticMatthias Radestock2011-03-041-5/+5
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* Updating outdated commentMatthew Sackman2010-11-091-2/+3
* use consistent return types for start/start_link functionsbug23120Matthias Radestock2010-08-131-1/+1
* Introduced and used ok_or_error2(A,B). Also verified everything seems happy u...Matthew Sackman2010-07-071-2/+1
* cleanupAlexandru Scvortov2010-07-061-3/+4
* {'ok', A} -> rabbit_types:ok(A)Alexandru Scvortov2010-07-061-1/+1
* {error, A} -> rabbit_types:error(A)Alexandru Scvortov2010-07-061-1/+1
* correct some specs - ram durations can be 'infinity'bug22871Matthias Radestock2010-06-181-1/+2
* add memory_monitorMatthias Radestock2010-04-161-0/+293