-
Notifications
You must be signed in to change notification settings - Fork 4
Debugging
SpootDev edited this page Jun 8, 2018
·
10 revisions
MediaKraken uses ElasticSearch/LogStash/Kibana for most of it's debugging tracking.
- Must define some memory settings before running the container. Run the following commands on the HOST that will be running mkelk.
- Alpine Linux
- sysctl -w kernel.pax.softmode=1
- sysctl -w vm.max_map_count=262144
- Debian Linux
- sysctl -w vm.max_map_count=262144
- Alpine Linux
- Visit https://hostip:5601