Git Product home page Git Product logo

Comments (4)

rmoff avatar rmoff commented on May 17, 2024 1

Great, glad you sorted it.
There's instructions here for making this config change permanent.

from demo-scene.

rmoff avatar rmoff commented on May 17, 2024

You'll need to provide a bit more context than that :)

What version are you running, on what machine, what do the logs say, etc.

from demo-scene.

husenzhang avatar husenzhang commented on May 17, 2024

:)

Description:    Ubuntu 18.04.3 LTS
Release:        18.04
Codename:       bionic
-----------------------------------------
KiB Mem : 32577552 total,  6598028 free, 15710732 used, 10268792 buff/cache
----------------------------------------------
~/demo-scene/ksql-workshop$ docker-compose ps
      Name                    Command                  State                              Ports
-----------------------------------------------------------------------------------------------------------------------
connect-debezium   /docker-entrypoint.sh start      Up             0.0.0.0:8083->8083/tcp, 8778/tcp, 9092/tcp, 9779/tcp
control-center     bash -c echo "Waiting two  ...   Up             0.0.0.0:9021->9021/tcp
datagen-ratings    bash -c echo Waiting for K ...   Up
elasticsearch      /usr/local/bin/docker-entr ...   Exit 78
kafka              /etc/confluent/docker/run        Up             0.0.0.0:9092->9092/tcp
kafka-connect      /etc/confluent/docker/run        Up (healthy)   0.0.0.0:18083->18083/tcp, 8083/tcp, 9092/tcp
kafkacat           sleep infinity                   Up
kibana             /usr/local/bin/kibana-docker     Up             0.0.0.0:5601->5601/tcp
ksql-cli           /bin/sh                          Up
ksql-server        /etc/confluent/docker/run        Up             0.0.0.0:8088->8088/tcp
mysql              docker-entrypoint.sh mysqld      Up             0.0.0.0:3306->3306/tcp, 33060/tcp
nginx              nginx -g daemon off;             Up             80/tcp, 0.0.0.0:8080->8080/tcp
schema-registry    /etc/confluent/docker/run        Up             8081/tcp
websockets         docker-entrypoint.sh bash  ...   Up             3000/tcp
zookeeper          /etc/confluent/docker/run        Up             2181/tcp, 2888/tcp, 3888/tcp

from demo-scene.

husenzhang avatar husenzhang commented on May 17, 2024

thanks robin. logs showed vm.max_map_count was too low. fixed the issue after:

sudo sysctl -w vm.max_map_count=262144

not sure if i need to do above command each time i log into the box

from demo-scene.

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.