Logstash Module - Fix min LS heap size

This commit is contained in:
Mike Reeves
2018-04-19 09:01:02 -04:00
parent f6926d70cd
commit 656423cee9

View File

@@ -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
} }