Giter Club home page Giter Club logo

Comments (1)

lucas-myx avatar lucas-myx commented on June 12, 2024

AREX agent新版本增加了完整序列化复杂类型的数据结构,如Map<String, Object>这种类型时,在序列化时会记录Object的具体类型以便在回放时能正确还原实际类型,这样会多占用一些内存空间,具体表现是jvm新生代的Eden区在序列化时会有所上升(序列化结束后就下降至正常水位,视序列化的数据大小而定,不会出现内存泄露问题)

经过和用户沟通以及分析dump文件确认,Dal层使用了Map<String, oracle.sql.CLOB>这种大数据类型,且用户jvm堆内存资源本身比较紧张,处于一个临界值,所以最终的方案是用户扩容内存解决

from arex-agent-java.

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.