diff --git a/setup/so-functions b/setup/so-functions index 368d5632e..0843c1d1a 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1184,7 +1184,7 @@ es_heapsize() { # Determine ES Heap Size if [ "$total_mem" -lt 8000 ] ; then ES_HEAP_SIZE="600m" - elif [ "$total_mem" -ge 100000 ]; then1 + elif [ "$total_mem" -ge 100000 ]; then # Set a max of 25GB for heap size # https://www.elastic.co/guide/en/elasticsearch/guide/current/heap-sizing.html ES_HEAP_SIZE="25000m"