Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Java.lang.outofmemoryerror:java heap space

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Heap space is full:

Phenomenon:

There was a clear error, java.lang.outofmemoryerror:java heap space.

Resolve:

1. First check the parameters, vi / tomcat/bin/catalina.sh, to see if-Xms,-Xmx,-Xmn are set too small.

-Xms and-Xmx: heap size. The maximum and minimum values of the online heap must be the same. It is recommended that the maximum value of the heap be set to 80% of the maximum available memory.

Use the command free or cat / proc/meminfo to view the actual available memory = free+buffer+cache

-Xmn: sets the size of the younger generation in the heap memory, and the rest is the size of the older generation

This value has a great impact on the performance of the system. Sun officially recommends that the configuration be configured as 3x8 of the entire heap.

2. Other parameters of GC, CMS, etc.

3. Consider memory leaks.

Troubleshooting code

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report