Skip to content

Adjust the Operating System Settings


Adjust some operating system settings in the following system file:

/etc/sysctl.conf

For high-volume systems, set the following parameters:

net.ipv4.ip_local_port_range = 10000 65535
fs.file-max = 1058576

For working with Elasticsearch, set the following parameter:

vm.max_map_count = 262144

Back to top