You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be good to have some sane elasticsearch resources example. Something like this for production.
# Elasticsearch used for site search.
elasticsearch:
# This value should be slightly less than 50% of the requested memory.
esJavaOpts: -Xmx350m -Xms350m
resources:
requests:
cpu: 250m
memory: 750Mi
limits:
cpu: 500m
memory: 1500Mi
The text was updated successfully, but these errors were encountered:
Would be good to have some sane elasticsearch resources example. Something like this for production.
The text was updated successfully, but these errors were encountered: