Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Optimize Kibana memory usage #540

Merged
merged 4 commits into from
Mar 26, 2020
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
[kibana] increase nodejs memory limit
  • Loading branch information
jmlrt committed Mar 24, 2020
commit 52fb7ffc64a43befb05951d7e1c4389a061ac57d
4 changes: 3 additions & 1 deletion kibana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ replicas: 1
# Extra environment variables to append to this nodeGroup
# This will be appended to the current 'env:' key. You can use any of the kubernetes env
# syntax here
extraEnvs: []
extraEnvs:
- name: "NODE_OPTIONS"
value: "--max-old-space-size=1800"
# - name: MY_ENVIRONMENT_VAR
# value: the_value_goes_here

Expand Down