Skip to content

Instantly share code, notes, and snippets.

@Simonx123
Forked from Callonski/jvm_ram.sh
Created September 7, 2020 01:04
Show Gist options
  • Select an option

  • Save Simonx123/67d8b420a0132edf5e097b0bfe9ca133 to your computer and use it in GitHub Desktop.

Select an option

Save Simonx123/67d8b420a0132edf5e097b0bfe9ca133 to your computer and use it in GitHub Desktop.
############# APPEND TO JVM CONFIGURATION FILE ####################
echo "-Xms4g" >> /etc/elasticsearch/jvm.options
echo "-Xmx4g" >> /etc/elasticsearch/jvm.options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment