janbc revised this gist 2 months ago. Go to revision
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 2 months ago. Go to revision
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 4 months ago. Go to revision
1 file changed, 2 insertions
linux-server-tunes.md(file created)
| @@ -0,0 +1,2 @@ | |||
| 1 | + | ### Redis | |
| 2 | + | set vm.overcommit_memory = 1 | |