Code Monkey home page Code Monkey logo

Comments (6)

sboagibm avatar sboagibm commented on May 18, 2024

Probably first thing to try is to see if we can monkey with templates/infrastructure/storage.yml to give it a bit more memory.

from ffdl.

animeshsingh avatar animeshsingh commented on May 18, 2024

@sboagibm dont see any memory field here
https://github.com/IBM/FfDL/blob/master/templates/infrastructure/storage.yml

from ffdl.

sboagibm avatar sboagibm commented on May 18, 2024

@whummer do you know off the top of your head how to allocate more memory there?

from ffdl.

k0105 avatar k0105 commented on May 18, 2024

Shouldn't allocating more memory work the same way as with containers, i.e. something like the following?

      requests:
        memory: "500Mi"
      limits:
        memory: "1000Mi"

What are your specs? How much RAM do you have and how much space does /var/lib/elasticsearch have left?

You could also try increasing the Java heap size with -Xmx (maximum heap size) and -Xms (initial heap size) in jvm.options. jmap -histo <pid> should provide a heap histogram, cmp. https://docs.oracle.com/javase/10/tools/jmap.htm

Finally: What are bootstrap.memory_lock, indices.memory.index_buffer_size and MAX_OPEN_FILES?

[If all of those check out, this might just be normal garbage collection, if I'm not mistaken. 25% does not seem too critical if it does not occur too frequently. The threshold for hard warnings is 50%, iirc.]

from ffdl.

animeshsingh avatar animeshsingh commented on May 18, 2024

Thanks @k0105 - We will take a look @Tomcli @whummer

from ffdl.

Tomcli avatar Tomcli commented on May 18, 2024

Thanks @k0105, this issue was caused by some helper pods that has insufficient memory. I did a quick PR that will fix this issue.

from ffdl.

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.