From 36f98375d57daaba3fec42bb91482cdac9ef4cc9 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Wed, 25 May 2016 16:15:36 +0200 Subject: Remove the 'message_queue_data' option 'mixed' --- erts/doc/src/erlang.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'erts/doc/src/erlang.xml') diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 9287b32fec..ddde1c96c4 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -4449,11 +4449,6 @@ os_prompt% off heap. This is how messages always have been stored up until ERTS version 8.0.

- mixed -

- Messages may be placed either on the heap or outside - of the heap. -

The default message_queue_data process flag is determined @@ -4877,7 +4872,7 @@ os_prompt%

Returns the current state of the message_queue_data process flag. MQD is either off_heap, - on_heap, or mixed. For more information, see the + or on_heap. For more information, see the documentation of process_flag(message_queue_data, MQD).

@@ -5808,7 +5803,7 @@ true

Sets the state of the message_queue_data process flag. MQD should be either off_heap, - on_heap, or mixed. The default + or on_heap. The default message_queue_data process flag is determined by the +hmqd erl command line argument. For more information, see the @@ -7164,7 +7159,7 @@ ok message_queue_data

Returns the default value of the message_queue_data - process flag which is either off_heap, on_heap, or mixed. + process flag which is either off_heap, or on_heap. This default is set by the erl command line argument +hmqd. For more information on the message_queue_data process flag, see documentation of -- cgit v1.2.3