...
Here are the files location and parameters that allow you to adjust the JVM RAM consumption by component :
Component | File location | Parameter |
---|---|---|
Solr | DATAFARI_HOME/solr/bin/solr.in.sh | SOLR_JAVA_MEM (-Xms and -Xmx) |
ManifoldCF | DATAFARI_HOME/mcf/mcf_home/option.env.unix | -Xms and -Xmx |
Tomcat | DATAFARI_HOME/tomcat/bin/statup.sh | CATALINA_OPTS (-Xms and -Xmx) |
Cassandra |
DATAFARI_HOME/cassandra/conf/jvm.options | -Xms and -Xmx | |
Elasticsearch | DATAFARI_HOME/elk/elasticsearch/config/jvm.options | -Xms and -Xmx |
Logstash | DATAFARI_HOME/elk/logstash/config/jvm.options | -Xms and -Xmx |
Kibana | DATAFARI_HOME/elk/scripts/set-elk-env.sh | NODE_OPTIONS (--max-old-space-size) |
Tika server (Enterprise Edition) | DATAFARI_HOME/bin/start-tika-server.sh | TIKA_MEMÂ (-Xms and -Xmx) |
Info |
---|
As a reminder, the "Xms" parameter defines the minimum amount of RAM consumption and the "Xmx" parameter the maximum ! It is highly recommended to have the same value for those two parameters. |
...