[DOCS] Fix code block length for Asciidoctor migration (#41151)

This commit is contained in:
James Rodewig 2019-04-12 11:19:21 -04:00
parent c379206c1e
commit 3be4136279
1 changed files with 1 additions and 1 deletions

View File

@ -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`
--