Closed sapache closed 3 years ago
Hi all Solved by editing docker-compose.yml and adding : elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.5 mem_limit: 4g restart: always volumes:
Interessting, i never ran into this. Have you set:
vm.max_map_count=262144 ?
Hi ! i'm trying to setting up but i'm stuck at step 5. Cerebro. Cerebro can't to connect to elastricsearch. I used docker stats to see if elasticsearch was running, it was actually looping. I looked at the logs : docker logs -f pfanalytics_elasticsearch_1 ; and then i saw :
I think that i will need to reset max file descriptors. But i'm stuck, i don't know how to do this. (i'm setting up pfense-analytics on my NAS Asustor, there is no such file /etc/security/limits.conf). Could you please help ?