123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- #
- # There is insufficient memory for the Java Runtime Environment to continue.
- # Native memory allocation (malloc) failed to allocate 36016 bytes for Chunk::new
- # Possible reasons:
- # The system is out of physical RAM or swap space
- # The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
- # Possible solutions:
- # Reduce memory load on the system
- # Increase physical memory or swap space
- # Check if swap backing store is full
- # Decrease Java heap size (-Xmx/-Xms)
- # Decrease number of Java threads
- # Decrease Java thread stack sizes (-Xss)
- # Set larger code cache with -XX:ReservedCodeCacheSize=
- # JVM is running with Unscaled Compressed Oops mode in which the Java heap is
- # placed in the first 4GB address space. The Java Heap base address is the
- # maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
- # to set the Java Heap base and to place the Java Heap above 4GB virtual address.
- # This output file may be truncated or incomplete.
- #
- # Out of Memory Error (arena.cpp:189), pid=14900, tid=3880
- #
- # JRE version: Java(TM) SE Runtime Environment (17.0.4+11) (build 17.0.4+11-LTS-179)
- # Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0.4+11-LTS-179, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
- # No core dump will be written. Minidumps are not enabled by default on client versions of Windows
- #
- --------------- S U M M A R Y ------------
- Command Line: -Dmaven.multiModuleProjectDirectory=D:\我的文件\博颖项目\华北油田AI检索\smartsearch -Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2021.3.3\plugins\maven\lib\maven3 -Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2021.3.3\plugins\maven\lib\maven3\bin\m2.conf -Dmaven.ext.class.path=C:\Program Files\JetBrains\IntelliJ IDEA 2021.3.3\plugins\maven\lib\maven-event-listener.jar -javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2021.3.3\lib\idea_rt.jar=33435:C:\Program Files\JetBrains\IntelliJ IDEA 2021.3.3\bin -Dfile.encoding=UTF-8 org.codehaus.classworlds.Launcher -Didea.version=2021.3.3 org.mybatis.generator:mybatis-generator-maven-plugin:1.4.1:generate
- Host: AMD Ryzen 7 3750H with Radeon Vega Mobile Gfx , 8 cores, 6G, Windows 10 , 64 bit Build 18362 (10.0.18362.2274)
- Time: Thu Oct 26 17:46:20 2023 中国标准时间 elapsed time: 0.688584 seconds (0d 0h 0m 0s)
- --------------- T H R E A D ---------------
- Current thread (0x000001fb7fb58770): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=3880, stack(0x000000982bc00000,0x000000982bd00000)]
- Current CompileTask:
- C2: 688 287 % 4 java.lang.StringLatin1::indexOfChar @ 7 (33 bytes)
- Stack: [0x000000982bc00000,0x000000982bd00000]
- Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
- V [jvm.dll+0x6723da]
|