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