You need to configure a value in the file sysctl.conf.
- On each server or virtual machine that is to be a system instance, open the file /etc/sysctl.conf.
- Append this line: vm.max_map_count = 262144
If the line already exists, ensure that the value is greater than or equal to 262144.
- Save and close the file.