From 0b90e3206f57bc2a7d525730a078520c63333225 Mon Sep 17 00:00:00 2001 From: Maria Scott Date: Thu, 15 Aug 2024 15:02:58 +0200 Subject: [PATCH] Fix Super Carrier docs --- erts/emulator/internal_doc/SuperCarrier.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erts/emulator/internal_doc/SuperCarrier.md b/erts/emulator/internal_doc/SuperCarrier.md index 55ac5a67afc8..ef8f38053082 100644 --- a/erts/emulator/internal_doc/SuperCarrier.md +++ b/erts/emulator/internal_doc/SuperCarrier.md @@ -5,7 +5,7 @@ A super carrier is large memory area, allocated at VM start, which can be used during runtime to allocate normal carriers from. The super carrier feature was introduced in OTP R16B03. It is -enabled with command line option +MMscs <size in Mb> +enabled with command line option `+MMscs ` and can be configured with other options. Problem