Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit a4aee05

Browse files
Wording
1 parent de28f09 commit a4aee05

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/vm_memory_monitor.erl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,11 @@ get_system_process_resident_memory({unix,openbsd}) ->
185185
get_ps_memory();
186186

187187
get_system_process_resident_memory({win32,_OSname}) ->
188-
% Note: 3.6.12 shipped with code that used wmic.exe to get the
189-
% WorkingSetSize value for the running erl.exe process.
190-
% See rabbitmq/rabbitmq-server#1343 for details
188+
%% Note: 3.6.12 shipped with code that used wmic.exe to get the
189+
%% WorkingSetSize value for the running erl.exe process. Unfortunately
190+
%% even with a moderate invocation rate of 1 ops/second that uses more
191+
%% CPU resources than some Windows users are willing to tolerate.
192+
%% See rabbitmq/rabbitmq-server#1343 for details.
191193
{ok, erlang:memory(total)};
192194

193195
get_system_process_resident_memory({unix, sunos}) ->

0 commit comments

Comments
 (0)