noun explanation java.lang.OutOfMemoryError Out of memory error
0 java.lang.StackOverflowError Stack overflow error
When developing applications with IntelliJ idea, If you compile a large amount of code, you will encounter
problems java.lang.OutOfMemoryError : Java heap space
error:
the usual solution is as follows
1. Click file setting search compiler font>
2. Change the value of “bulk process heap size (Mbytes)” to 2048 font>
2 and java.lang.StackOverflowError Usually due to the program loop, infinite recursion. But I have also encountered a situation, not set the JVM parameters
The solution is as follows:
1. Click Tomcat – select Edit configurations font>
2. Select VM options as shown in the figure font>
the settings are as follows:
1- Ddruid.log.stmt .executableSql=true
-server
-Xms1024m
-Xmx1024m
-XX:MaxNewSize=512m
-XX:PermSize=128m
-XX:MaxPermSize=256m
-noverify
– Drebel.spring_ plugin=true
– Drebel.mybatis_ plugin=true
– Drebel.log4j -plugin=true
– Drebel.disable_ update=true`
click “apply” – “OK” font>
Read More:
- Error report in idea compilation Error:Android Dex : [Project] java.lang.OutOfMemoryError : GC overhead limit exceeded
- Outofmemoryerror: GC overhead limit exceeded solution
- no target device found problem solved
- Differences between Java stack overflow ror and outofmemoryerror
- SBT command package error solution
- QQ browser open automatically appear two web page solution
- glassfish:Resource temporarily unavailable in tsStartJavaThread
- In chome browser, console reports an error but does not display it
- Error occurred during initialization of VM Could not reserve enough space for object heap
- Solve the browser err_proxy_connection_failed problem
- How to generate main () method in java graphical interface
- How to solve the error after Java importing project
- Set code indent to space indent in eclipse
- Solution to PCL XL error of HP p2055d laser printer
- Syntax error, insert “Finally” to complete TryStatem in Myeclipse in Java-
- Java:java.lang.OutOfMemoryError : GC overhead limit exceeded solution
- Failed to execute goal
- Error running ‘application’: command line is too long. Short command line for application
- Error in idea @ data entity class get / set