Code Monkey home page Code Monkey logo

Comments (4)

pmontepagano avatar pmontepagano commented on August 28, 2024 1

I had two issues with the Docker image, maybe you have some of them:

  1. It need's at least 2GB of RAM. I was trying on a micro instance in AWS (1GB), so OOM killer would kill my instance.

  2. I had MySQL running on my docker host, so the 3306 port was already bound by another process.

from pinba_engine.

fe3dback avatar fe3dback commented on August 28, 2024

confirm this

Free mem: 10GB

Linux ln 4.10.0-35-generic #39~16.04.1-Ubuntu SMP Wed Sep 13 09:02:42 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Docker version 17.06.2-ce, build cec0b72

i not have mysql working on localhost.

from pinba_engine.

g3rhard avatar g3rhard commented on August 28, 2024

@yapro
Confirm this message #53 (comment)
On my test machine, it was also necessary to add a swap file of at least 2 GB, because after launching the pinba, the free space in the swap decreased by 1.5GB.
And yes, when other process bound ports 3306 or 30002 pinba won't start.

from pinba_engine.

gggeek avatar gggeek commented on August 28, 2024

About the issue with other processes occupying ports 3306 or 30002: it is relatively easy to add a -p switch to the command line used to start the Pinba container, so that the ports it listens to get mapped to different ports on the host. I agree this could be documented somewhere a bit better.

from pinba_engine.

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.