Giter VIP home page Giter VIP logo

Comments (4)

sudeepdino008 avatar sudeepdino008 commented on September 25, 2024

+1

from kubo.

sudeepdino008 avatar sudeepdino008 commented on September 25, 2024

facing the same issue here with "resource limit exceeded".
Any hints on how to solve it.
I even set Swarm.ResourceMgr to large values:

 "Swarm": {
        "AddrFilters": null,
        "ConnMgr": {
            "GracePeriod": "20s",
            "HighWater": 900,
            "LowWater": 600,
            "Type": "basic"
        },
        "ResourceMgr": {
            "Enabled": true,
            "Limits": {
                "System": {
                    "Conns": 102400,
                    "ConnsInbound": 25600,
                    "ConnsOutbound": 102400,
                    "FD": 5120,
                    "Memory": 1073741824,
                    "Streams": 1638400,
                    "StreamsInbound": 409600,
                    "StreamsOutbound": 1638400
                }
            }
        },

from kubo.

852Kerfunkle avatar 852Kerfunkle commented on September 25, 2024

@sudeepdino008 what worked for me was to delete the data folder and downgrade to 0.15.0.

edit: at least it worked for a little while and now it doesn't.

from kubo.

852Kerfunkle avatar 852Kerfunkle commented on September 25, 2024

To leave a hint of a solution here.

It seems to have been something subtle to do with iptables/firewalld maybe. After some fiddling it went back to working normally.

The strange thing was, required ports were open and reachable, it could reach the internet and it would work correctly for a little while but eventually would just misbehave - not resolve anything, "resource limit exceeded", etc.

from kubo.

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.