mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-04 11:51:52 +02:00
evalfix
This commit is contained in:
@@ -651,7 +651,7 @@ install_master() {
|
||||
ls_heapsize() {
|
||||
|
||||
# Determine LS Heap Size
|
||||
if [ $TOTAL_MEM -ge 32000 ] ; then
|
||||
if [ $TOTAL_MEM -ge 32000 ] || [ $INSTALLTYPE == 'EVALMODE' ]; then
|
||||
LS_HEAP_SIZE="1000m"
|
||||
else
|
||||
# If minimal RAM, then set minimal heap
|
||||
|
||||
@@ -843,7 +843,7 @@ if (whiptail_you_sure) ; then
|
||||
whiptail_log_size_limit
|
||||
else
|
||||
NODE_ES_HEAP_SIZE=$ES_HEAP_SIZE
|
||||
NODE_LS_HEAP_SIZE=1000m
|
||||
NODE_LS_HEAP_SIZE=$LS_HEAP_SIZE
|
||||
LSPIPELINEWORKERS=$CPUCORES
|
||||
LSPIPELINEBATCH=125
|
||||
LSINPUTTHREADS=1
|
||||
|
||||
Reference in New Issue
Block a user