From a1cc066927c6ca8fc610e7b85fdb4f9dfcea44c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Thu, 10 Nov 2022 07:56:13 +0200 Subject: [PATCH] README: Bump sysctl limits --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 76c99df..316e041 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,13 @@ net.ipv4.conf.all.accept_redirects = 0 net.bridge.bridge-nf-call-iptables = 1 net.ipv4.ip_forward = 1 net.bridge.bridge-nf-call-ip6tables = 1 + +# Elasticsearch needs this +vm.max_map_count = 524288 + +# Bump inotify limits to make sure +fs.inotify.max_user_instances=1280 +fs.inotify.max_user_watches=655360 EOF sysctl --system