Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/en/install-upgrade/upgrade-on-eck.asciidoc
Original file line numberDiff line numberDiff line change
Expand Up@@ -62,7 +62,7 @@ spec:
- name: sysctl
securityContext:
privileged: true
command: ['sh', '-c', 'sysctl -w vm.max_map_count=262144']
command: ['sh', '-c', 'sysctl -w vm.max_map_count=1048576']
containers:
- name: elasticsearch
resources:
Expand DownExpand Up@@ -96,7 +96,7 @@ spec:
- name: sysctl
securityContext:
privileged: true
command: ['sh', '-c', 'sysctl -w vm.max_map_count=262144']
command: ['sh', '-c', 'sysctl -w vm.max_map_count=1048576']
containers:
- name: elasticsearch
resources:
Expand Down
Loading