Java.lang.OutOfMemoryError:GC overhead limit exceeded problem analysis and resolution (RPM)

Source: Internet
Author: User
Tags gc overhead limit exceeded

During the import of the project history data, there was a situation where the app could not be accessed. Immediately analysis of WebLogic, found that WebLogic memory, thread and other performance good, the server is running state. The WebLogic log is then viewed and the following error is found in the log

By troubleshooting the problem, the reason for this kind of problem is that a module of the project in bulk import data, the program needs new a large object, the GC found that the memory is not enough, the memory is recycled, but found that the recovered memory is not enough to meet the needs of large objects. This should cause a memory overflow.

Solution: Increase the WebLogic boot memory.

http://blog.csdn.net/gavinloo/article/details/12129987

Java.lang.OutOfMemoryError:GC overhead limit exceeded problem analysis and resolution (RPM)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.