Java. lang. OutOfMemoryError: GC overhead limit exceeded, limitexceeded

Source: Internet
Author: User
Tags gc overhead limit exceeded

Java. lang. OutOfMemoryError: GC overhead limit exceeded, limitexceeded

The reason for writing it down is that you don't want to find it everywhere next time. Many times the error message is the same, but there are many causes.

I tested the adoption of a virtual machine startup:-XX:-UseGCOverheadLimit


Write down the original article link and mark it as "thank you;

Http://www.cnblogs.com/hucn/p/3572384.html

I encountered such a problem. During local deployment, an exception occurs in java. lang. outOfMemoryError: GC overhead limit exceeded causes the service to fail. Check the log and find that too many resources are loaded into the memory, and the local performance is poor, resulting in a high gc time consumption. To solve this problem, add the parameter-XX:-UseGCOverheadLimit, disable this feature, and increase the heap size,-Xmx1024m.

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.