Customer Portal

GC overhead limit exceeded

Comments 1

  • Avatar
    Vladimir Barton
    0
    Comment actions Permalink
    Hello,
    the "GC overhead limit reached" exception is typically thrown because the amount of live data barely fits into the Java heap having little free space for new allocations. A more in-depth explanation can be found in this article in the Oracle Java Documentation. To make the long story short, it appears that 569 MB of heap size is not sufficient for processing the given amount of data. To resolve the issue, try increasing the Max. heap size at least to 2048 MB in the CloverDX Designer > Window > Preferences > CloverDX > CloverDX Runtime > Memory settings section. Note: Make sure there is enough available RAM on the computer where the Designer is running.

    Regards,

Please sign in to leave a comment.