Giter VIP home page Giter VIP logo

Comments (2)

mmguero avatar mmguero commented on July 30, 2024

The nginx.conf file is inside the nginx container.

Usually, though, the issue with 502 errors is that one or more containers failed to start completely. If you run docker ps -a you should see a list of the docker containers of Malcolm. If any of them have Exited for the status rather than running, then those containers won't be available for nginx to proxy the connections to. In that case, run docker-compose logs xxxxxx and find the output of the container that exited prematurely.

It could be a resources issue: how much memory does the system have? How much have you allocated for Malcolm? You can run ./scripts/install.py -c to reconfigure the docker-compose.yml parameters dealing with memory allocation, for Elasticsearch and Logstash in particular. You should also run ./scripts/wipe.sh to reset everything to a clean state afterwards.

from malcolm.

staceinvader avatar staceinvader commented on July 30, 2024

The nginx.conf file is inside the nginx container.

Usually, though, the issue with 502 errors is that one or more containers failed to start completely. If you run docker ps -a you should see a list of the docker containers of Malcolm. If any of them have Exited for the status rather than running, then those containers won't be available for nginx to proxy the connections to. In that case, run docker-compose logs xxxxxx and find the output of the container that exited prematurely.

It could be a resources issue: how much memory does the system have? How much have you allocated for Malcolm? You can run ./scripts/install.py -c to reconfigure the docker-compose.yml parameters dealing with memory allocation, for Elasticsearch and Logstash in particular. You should also run ./scripts/wipe.sh to reset everything to a clean state afterwards.

Hey there,

Thanks for the reply. Looks like I was being a complete idiot and only assigning the box 4gb RAM and configuring it to need 6.5gb. Sorry for the time waste!

Cheers

from malcolm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.