Hi all :handshake:, for those who use Docker Desk...
# docker
m
Hi all 🤝, for those who use Docker Desktop for Mac is not new to hear that, despite 16GB Ram etc.., that sometimes the Mac suffers from not enough Ram available etc.. or simply the whole thing slows down. Analyzing the situation through
docker stats
I noticed that the Kibana container (active on the development environments) required about 2GB Ram (I had to disable it and reactivate it only when necessary). In addition to Kibana there is also the Elasticsearch container that does not joke at the level of CPU and Ram used (note: in the development environments we have only 1000 example products and other few data in ES). In the configuration yml file I noticed that the JAVA OPTIONS of the heap memory are configured 512-512. I also tried lowering Xms here to 256 in hopes that it would take up less memory but it doesn't seem to have changed much. See attached photo! Is there any way and/or configuration to add to Kibana and ES to prevent them from sucking so much memory and CPU despite not doing a damn thing in the background? Any help, advice will be greatly appreciated. Thank you! p.s.: let's not talk about the memory and CPU constantly used by Mutagen, but there's not much we can do about that, right?
4
🎯 1