CB Response: How to Disable Solr Memory Dumps
search cancel

CB Response: How to Disable Solr Memory Dumps

book

Article ID: 289708

calendar_today

Updated On:

Products

Carbon Black EDR (formerly Cb Response)

Issue/Introduction

Disable out of memory heap dumps for Solr

Environment

  • CB Response Server: 6.4 and Higher

Resolution

  1. Edit /etc/cb/solr5/tune/default_g1gc.conf
  2. Comment out XX:HeapDumpOnOutOfMemoryError=+
    • #XX:HeapDumpOnOutOfMemoryError=+
  3. Edit  /etc/cb/solr5/tune/default_cms.conf
  4. Comment out XX:HeapDumpOnOutOfMemoryError=+
    • #XX:HeapDumpOnOutOfMemoryError=+
  5. Restart solr
    • service cb-solr restart