mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-12 12:12:59 +01:00
Fix extra character
This commit is contained in:
@@ -1184,7 +1184,7 @@ es_heapsize() {
|
|||||||
# Determine ES Heap Size
|
# Determine ES Heap Size
|
||||||
if [ "$total_mem" -lt 8000 ] ; then
|
if [ "$total_mem" -lt 8000 ] ; then
|
||||||
ES_HEAP_SIZE="600m"
|
ES_HEAP_SIZE="600m"
|
||||||
elif [ "$total_mem" -ge 100000 ]; then1
|
elif [ "$total_mem" -ge 100000 ]; then
|
||||||
# Set a max of 25GB for heap size
|
# Set a max of 25GB for heap size
|
||||||
# https://www.elastic.co/guide/en/elasticsearch/guide/current/heap-sizing.html
|
# https://www.elastic.co/guide/en/elasticsearch/guide/current/heap-sizing.html
|
||||||
ES_HEAP_SIZE="25000m"
|
ES_HEAP_SIZE="25000m"
|
||||||
|
|||||||
Reference in New Issue
Block a user