From ac22658306841bf4dbed1d7cd3204438d23249a7 Mon Sep 17 00:00:00 2001 From: xbofang Date: Fri, 26 Oct 2018 14:00:55 +0800 Subject: Update profiling.xml memory typo --- system/doc/efficiency_guide/profiling.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/doc/efficiency_guide/profiling.xml b/system/doc/efficiency_guide/profiling.xml index cdc80289cf..5ec1f1be6e 100644 --- a/system/doc/efficiency_guide/profiling.xml +++ b/system/doc/efficiency_guide/profiling.xml @@ -94,7 +94,7 @@

The above slogan is one of the more common reasons for Erlang to terminate. For unknown reasons the Erlang Run-Time System failed to allocate memory to use. When this happens a crash dump is generated that contains information - about the state of the system as it ran out of mmeory. Use the + about the state of the system as it ran out of memory. Use the crashdump_viewer to get a view of the memory is being used. Look for processes with large heaps or many messages, large ets tables, etc.

-- cgit v1.2.3