Hive Module - Fix ES memory usage

This commit is contained in:
Mike Reeves
2019-03-11 11:19:17 -04:00
parent f494ffcebe
commit 2b1f0719f1

View File

@@ -44,7 +44,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 - ES_JAVA_OPTS=-Xms512m -Xmx512m
# Install Cortex # Install Cortex