mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 11:12:51 +01:00
Logstash Module - Fix min LS heap size
This commit is contained in:
@@ -270,7 +270,7 @@ ls_heapsize() {
|
|||||||
LS_HEAP_SIZE="4192m"
|
LS_HEAP_SIZE="4192m"
|
||||||
else
|
else
|
||||||
# Set a max of 1GB heap if you have less than 16GB RAM
|
# Set a max of 1GB heap if you have less than 16GB RAM
|
||||||
LS_HEAP_SIZE="1g"
|
LS_HEAP_SIZE="2g"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user