November
29
reduce RAM usage by elasticsearch on centos7
We can set up to 1GB RAM using the following config update:
echo -e "-Xms512m\n-Xmx512m" >> /etc/elasticsearch/jvm.options;systemctl restart elasticsearch