summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-08-03 00:06:40 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-08-03 00:06:40 +0100
commita2632aeabd14a43051601cdb4b9d2f3bc90e3dd5 (patch)
tree029cd3392c37aad8ec7ab3c8dfe2973a34a26917
parent6674039eea2371cac28972bea9f920e1aa1580b3 (diff)
downloadrabbitmq-server-a2632aeabd14a43051601cdb4b9d2f3bc90e3dd5.tar.gz
make the comment match the code
-rw-r--r--src/vm_memory_monitor.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_memory_monitor.erl b/src/vm_memory_monitor.erl
index 7c191684..f95a44a0 100644
--- a/src/vm_memory_monitor.erl
+++ b/src/vm_memory_monitor.erl
@@ -212,7 +212,7 @@ get_vm_limit({win32,_OSname}) ->
8 -> 8*1024*1024*1024*1024 %% 8 TB for 64 bits 2^42
end;
-%% On a 32-bit machine, if you're using more than 2 gigs of RAM you're
+%% On a 32-bit machine, if you're using more than 4 gigs of RAM you're
%% in big trouble anyway.
get_vm_limit(_OsType) ->
case erlang:system_info(wordsize) of