mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01: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
|
||||
|
||||
Reference in New Issue
Block a user