orlikoski / Skadi

Collect, Process, and Hunt with host based data from MacOS, Windows, and Linux
https://www.skadivm.com
GNU General Public License v3.0
489 stars 71 forks source link

Make ES Heap Size ENV Var #96

Closed orlikoski closed 5 years ago

orlikoski commented 5 years ago

- "ES_JAVA_OPTS=-Xms${HEAP_SIZE} -Xmx${HEAP_SIZE}"

and then put HEAP_SIZE=1g in /opt/Skadi/Docker/.env

boingomw commented 5 years ago

Hi, The raw file is updated, but the one in the buildskadi.tgz doesn't have the HEAP variable yet, which causes the build to fail. Confirmed that if that variable is manually added before the script is run, the entire install works.

orlikoski commented 5 years ago

Thank you for bringing this up and the latest version has this fixed