java.lang.OutOfMemoryError in the Curator Log

As your Zoom server grows the search engine will need more memory to index and deliver searches. If you encounter out of memory exceptions you will need to increase the Java heap size in zoom/conf/solr-server.conf.

Please modify the values in the fields wrapper.java.additional.8=-Xms and wrapper.java.additional.9=-Xmx  accordingly. Below are some metrics to guide you.

  wrapper.java.additional.8=-Xms wrapper.java.additional.9=-Xmx
Default Configuration 512 MB 2 GB
Over 500,000 assets  2 GB 4 GB
Over 1,000,000 assets 4 GB 8GB

Leave a Comment