Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here are the files location and parameters that allow you to adjust the JVM RAM consumption by component :

ComponentFile locationParameter
SolrDATAFARI_HOME/solr/bin/solr.in.shSOLR_JAVA_MEM (-Xms and -Xmx)
ManifoldCFDATAFARI_HOME/mcf/mcf_home/option.env.unix-Xms and -Xmx

Tomcat

DATAFARI_HOME/tomcat/bin/statup.shCATALINA_OPTS (-Xms and -Xmx)
Cassandra
PostgreSQL
DATAFARI_HOME/cassandra/conf/jvm.options-Xms and -Xmx
ElasticsearchDATAFARI_HOME/elk/elasticsearch/config/jvm.options-Xms and -Xmx
LogstashDATAFARI_HOME/elk/logstash/config/jvm.options-Xms and -Xmx
KibanaDATAFARI_HOME/elk/scripts/set-elk-env.shNODE_OPTIONS (--max-old-space-size)
Tika server (Enterprise Edition)DATAFARI_HOME/bin/start-tika-server.shTIKA_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.

...