janbc

janbc / linux-server-tunes.md

Last active 3 months ago

Like 0

janbc revised this gist 11 months ago · 6d30032

1 file changed, 1 insertion, 1 deletion

linux-server-tunes.md
@@ -3,4 +3,4 @@ vm.overcommit_memory = 1
3 3
4 4 ## Elastic
5 5 https://www.elastic.co/docs/deploy-manage/deploy/self-managed/vm-max-map-count \
6 - vm.max_map_count=262144
6 + vm.max_map_count = 262144

janbc revised this gist 11 months ago · 453b4a6

1 file changed, 6 insertions, 2 deletions

linux-server-tunes.md
@@ -1,2 +1,6 @@
1 - ### Redis
2 - set vm.overcommit_memory = 1
1 + ### Valkey
2 + vm.overcommit_memory = 1
3 +
4 + ## Elastic
5 + https://www.elastic.co/docs/deploy-manage/deploy/self-managed/vm-max-map-count \
6 + vm.max_map_count=262144

janbc revised this gist 1 year ago · d478ade

1 file changed, 2 insertions

linux-server-tunes.md (file created)
@@ -0,0 +1,2 @@
1 + ### Redis
2 + set vm.overcommit_memory = 1