update..
This commit is contained in:
4
roles/common/files/etc/sysctl.d/30-enable-ipv6.conf
Normal file
4
roles/common/files/etc/sysctl.d/30-enable-ipv6.conf
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
# Enable packet forwarding for IPv6
|
||||
#
|
||||
net.ipv6.conf.all.forwarding = 1
|
8
roles/common/files/etc/sysctl.d/60-elasticsearch.conf
Normal file
8
roles/common/files/etc/sysctl.d/60-elasticsearch.conf
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
# Needed by ElasticSearch Installation on virtual guest
|
||||
# systems (LX-Containers)
|
||||
#
|
||||
# The error message there was:
|
||||
# max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
|
||||
#
|
||||
vm.max_map_count = 524288
|
Reference in New Issue
Block a user