[DOCS] Fix code block length for Asciidoctor migration (#41151)
This commit is contained in:
parent
c379206c1e
commit
3be4136279
|
@ -82,7 +82,7 @@ The `vm.max_map_count` setting should be set permanently in `/etc/sysctl.conf`:
|
|||
--------------------------------------------
|
||||
$ grep vm.max_map_count /etc/sysctl.conf
|
||||
vm.max_map_count=262144
|
||||
----------------------------------
|
||||
--------------------------------------------
|
||||
|
||||
To apply the setting on a live system type: `sysctl -w vm.max_map_count=262144`
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue