Hive Module - Fix heap size

This commit is contained in:
Mike Reeves
2019-03-11 10:43:38 -04:00
parent 422d1c52a3
commit e171c1d176

View File

@@ -26,6 +26,7 @@ so-thehive-es:
- thread_pool.index.queue_size=100000 - thread_pool.index.queue_size=100000
- thread_pool.search.queue_size=100000 - thread_pool.search.queue_size=100000
- thread_pool.bulk.queue_size=100000 - thread_pool.bulk.queue_size=100000
- ES_JAVA_OPTS=-Xms2g -Xmx2g
# Install Cortex # Install Cortex