summaryrefslogtreecommitdiff
path: root/src/rabbit_memory_monitor.erl
Commit message (Expand)AuthorAgeFilesLines
* 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