Code Monkey home page Code Monkey logo

Comments (2)

mjiderhamn avatar mjiderhamn commented on August 14, 2024

Did you do preventor.runPreClassLoaderInitiators(); before the script classloader was used the first time (i.e. not just before reload)?

What about the threads that are started - when are they expected to stop?

from classloader-leak-prevention.

canyuan0801 avatar canyuan0801 commented on August 14, 2024

The threads comes from pre-defined application thread pools, and they will stop when the application stops.

After adding preventor.runPreClassLoaderInitiators(); before the script classloader was used the first time and each hot loading, I found that -XX:MaxMetaspaceSize (not -XX:MetaspaceSize ) must also be set to trigger gc.
In my case, set -XX:MaxMetaspaceSize to a appropriate value, from 164m to 180m, the metaspace size would reduce upon each hot loading. Though each hot loading will lead to OOM but afterwhile the application worked fine.

set to 164M:
B82}3R@RG_KY{QIAK65X97O
But set -XX:MaxMetaspaceSize to other value finally lead to OOM and the application cannot continue.
set to 256M:
image

It looks like to reduce the metaspace size after each hot loading there's must a gc triggered, and the gc seems has some relevance with -XX:MaxMetaspaceSize. But the choice of the value is really a mystery.

from classloader-leak-prevention.

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.