summaryrefslogtreecommitdiff
path: root/src/vm_memory_monitor.erl
Commit message (Expand)AuthorAgeFilesLines
* Cosmeticsbug26159Michael Klishin2014-07-291-2/+3
* This code will naturally be called just once, eliminate the guardMichael Klishin2014-07-291-7/+2
* Catch errors in vm_memory_monitor:get_total_memory/0 and return 'unknown'Michael Klishin2014-07-251-1/+13
* Inlinebug26290Simon MacMullen2014-07-251-8/+4
* Make vm_memory_monitor:parse_line_linux/1 parse lines w/o colonsMichael Klishin2014-07-251-8/+25
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Scarier warningSimon MacMullen2013-12-191-10/+13
* Non-Windows 32 bit platforms tend to only give you 2GB address space per proc...bug25842Simon MacMullen2013-10-301-2/+2
* Merged stable into defaultEmile Joubert2013-07-311-2/+2
|\
| * s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* | Remove redundant workaround.bug25581Simon MacMullen2013-06-071-23/+5
|/
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* track vm_memory_high_watermark explicitlybug25083Matthias Radestock2012-08-061-3/+5
* warn on memory clippingMatthias Radestock2012-08-061-1/+11
* tiny refactorMatthias Radestock2012-08-031-12/+9
* make the comment match the codeMatthias Radestock2012-08-031-1/+1
* cosmeticMatthias Radestock2012-08-031-14/+9
* trim fat - don't log the setting of the memory hwm twiceMatthias Radestock2012-08-021-4/+1
* inlining refactorMatthias Radestock2012-08-021-5/+1
* Minor simplificationbug24998Simon MacMullen2012-07-181-4/+2
* `rabbit_alarm' on its own again, added callbacks to fhc and `vm_memory_monitor'Francesco Mazzoli2012-07-131-8/+23
* do not take place of `alarm_handler', just pretty print what we're interested inFrancesco Mazzoli2012-07-121-2/+2
* let `rabbit_alarm' handle everything in place of `alarm_handler'Francesco Mazzoli2012-07-111-2/+2
* Remove rabbit dependenciesEmile Joubert2012-03-261-4/+10
* First draft of disk space monitoringEmile Joubert2012-03-221-12/+6
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* replace timer:apply_interval with timer:send_intervalbug24508Matthias Radestock2011-10-201-9/+5
* merge bug24323 into defaultMatthias Radestock2011-10-031-2/+2
|\
| * even more specsAlexandru Scvortov2011-08-051-2/+2
* | Immediate updates after memory vm highwatermark changeEmile Joubert2011-09-301-3/+3
* | Backed out changeset e115f0eec60cEmile Joubert2011-08-301-6/+1
* | Report vm memory limits differentlyEmile Joubert2011-08-301-1/+6
* | Move docs for rabbitmqctl set_vm_memory_high_watermarkEmile Joubert2011-08-261-3/+2
* | Cleaner docs, less verbose loggingEmile Joubert2011-08-231-7/+14
* | Query total RAM when updating highwatermarkEmile Joubert2011-08-171-21/+25
|/
* Detect available memory on OpenBSD.bug24047Piotr Sikora2011-04-091-3/+6
* Make memory alarms work correctly over clustersMatthew Sackman2011-02-241-2/+2
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* add missing exportMatthias Radestock2010-10-051-1/+1
* correct type spec, and cosmeticsMatthias Radestock2010-10-051-2/+1
* CosmeticEmile Joubert2010-09-241-4/+4
* Query memory on AIXbug23290Emile Joubert2010-09-241-0/+17
* use consistent return types for start/start_link functionsbug23120Matthias Radestock2010-08-131-4/+1
* rabbit_exchange:type_to_module/1 no longer throws protocol errorsAlexandru Scvortov2010-08-031-1/+1
* cleanupAlexandru Scvortov2010-07-061-2/+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
* Merging bug22332 onto defaultMatthew Sackman2010-02-101-3/+3
|\
| * update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
* | Detect version of os_mon, and if we have version > 2.2.1 then we trust its ou...Matthew Sackman2010-02-041-6/+21
|/