1. Brief description of the problem
. Compile the Java project under Intellij IDEA and report an error: java.lang.OutOfMemoryError: … (ignore here) GC overhead limit exceeded
2. Problem analysis The
error occurs in the compilation phase, not the runtime phase.
1. The virtual machine used by idea to compile the Java project is separate from the virtual machine used by the idea software itself (that is, a separate process)
2. It can be solved by adding memory to the virtual machine used by the compiler. problem
Read More:
- [Solved] kettle Error: GC overhead limit exceeded
- [Solved] Hadoop Mapreduce Error: GC overhead limit exceeded
- Idea Error: java: java.lang.OutOfMemoryError: GC overhead limit exceeded
- Hive Error: Error: GC overhead limit exceeded
- [Solved] “HttpSendRequest“ failed, Windows error code=12002 andretry limit (0) exceeded for URL
- Tidb2.1 reports Error statement count 5001 exceeded the transaction limit, autocommit = false
- Impala Find Error: InternalException: Memory limit exceeded: Error occurred on backend
- [Solved] Keil Error: *** ERROR L250: CODE SIZE LIMIT IN RESTRICTED VERSION EXCEEDED
- [Solved] IntelliJ IDEA Compile Error: Errorjava Compilation failed internal java compiler error
- [Solved] IDEA Start Project Error: Abnormal build process termination:Could not create the Java Virtual Machine.
- [Solved] KEIL Compile Error: Error: L6220E: Load region LR_IROM1 size (65552 bytes) exceeds limit (65536 bytes)……
- [Solved] Groovy Project Compile Error: java.lang.NoClassDefFoundError: org/apache/tools/ant/util/ReaderInputStream
- Apache Altas Compile Error: [ERROR] Failed to execute goal on project atlas-testtools: Could not resolve
- IDEA: How to Solve Springboot Project install Error
- Mac Start IDEA Error: Cannot load JVM bundle…Value of IDEA_VM_OPTIONS is (null)
- [Solved] Opencv Compile Error: (CMake Error: The following variables are used in this project, but they are set to not)
- [Solved] STM8L151 IAR Project Compile Error: Fatal Error[Pe035]: #error directive: “Please select first the target STM8L…
- IDEA Create Scala Project Error: scalac: Error: Error compiling the sbt component ‘compiler-interface-2.10.0-52.0‘
- [HBase Error]“java.lang.OutOfMemoryError: Requested array size exceeds VM limit”
- IDEA generates Spring Boot project error: error: read timed out