1 Star 0 Fork 3

Phil 灰咬 / springboot05

forked from teduliu / springboot05 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
hs_err_pid11236.log 10.97 KB
一键复制 编辑 原始数据 按行查看 历史
IvanLiu 提交于 2021-08-04 14:48 . SpringBoot第1天
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 134217728 bytes for Failed to commit area from 0x0000000080e00000 to 0x0000000088e00000 of length 134217728.
# 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=
# This output file may be truncated or incomplete.
#
# Out of Memory Error (./src/hotspot/os/windows/os_windows.cpp:3303), pid=11236, tid=16192
#
# JRE version: (11.0.7+10) (build )
# Java VM: OpenJDK 64-Bit Server VM (11.0.7+10-b765.53, mixed mode, sharing, tiered, compressed oops, 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: org.jetbrains.git4idea.http.GitAskPassApp Username for 'https://gitee.com':
Host: Intel(R) Core(TM) i5-4440S CPU @ 2.80GHz, 4 cores, 7G, Windows 10 , 64 bit Build 19041 (10.0.19041.207)
Time: Wed Aug 4 12:16:40 2021 й׼ʱ elapsed time: 0 seconds (0d 0h 0m 0s)
--------------- T H R E A D ---------------
Current thread (0x00000188c46a7000): JavaThread "Unknown thread" [_thread_in_vm, id=16192, stack(0x00000012e9100000,0x00000012e9200000)]
Stack: [0x00000012e9100000,0x00000012e9200000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x5dda4a]
V [jvm.dll+0x711595]
V [jvm.dll+0x712aed]
V [jvm.dll+0x7131a3]
V [jvm.dll+0x23e368]
V [jvm.dll+0x5daf04]
V [jvm.dll+0x5d0085]
V [jvm.dll+0x2fb0cb]
V [jvm.dll+0x2fb03a]
V [jvm.dll+0x2faf12]
V [jvm.dll+0x2ffdf6]
V [jvm.dll+0x348393]
V [jvm.dll+0x348a96]
V [jvm.dll+0x348493]
V [jvm.dll+0x2d59e8]
V [jvm.dll+0x2d6b87]
V [jvm.dll+0x6f04e7]
V [jvm.dll+0x6f1cdc]
V [jvm.dll+0x355909]
V [jvm.dll+0x6d42ae]
V [jvm.dll+0x3bda13]
V [jvm.dll+0x3bfc51]
C [jli.dll+0x5363]
C [ucrtbase.dll+0x21542]
C [KERNEL32.DLL+0x16fd4]
C [ntdll.dll+0x4cec1]
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x00000188c448e6d0, length=0, elements={
}
Java Threads: ( => current thread )
Other Threads:
0x00000188c46c0000 GCTaskThread "GC Thread#0" [stack: 0x00000012e9200000,0x00000012e9300000] [id=17452]
0x00000188c46f2000 ConcurrentGCThread "G1 Main Marker" [stack: 0x00000012e9300000,0x00000012e9400000] [id=14988]
0x00000188c46f3800 ConcurrentGCThread "G1 Conc#0" [stack: 0x00000012e9400000,0x00000012e9500000] [id=8472]
[error occurred during error reporting (printing all threads), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffa9c815fc7]
VM state:not at safepoint (not fully initialized)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x00000188c46a46c0] Heap_lock - owner thread: 0x00000188c46a7000
Heap address: 0x0000000080e00000, size: 2034 MB, Compressed Oops mode: Non-zero based: 0x0000000080e00000
Narrow klass base: 0x0000000000000000, Narrow klass shift: 0
GC Heap History (0 events):
No events
Deoptimization events (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (0 events):
No events
Events (2 events):
Event: 0.008 Loaded shared library D:\Program Files\JetBrains\IntelliJ IDEA 2020.1.2\jbr\bin\zip.dll
Event: 0.008 Loaded shared library D:\Program Files\JetBrains\IntelliJ IDEA 2020.1.2\jbr\bin\jimage.dll
Dynamic libraries:
0x00007ff7d0f80000 - 0x00007ff7d0f8a000 D:\Program Files\JetBrains\IntelliJ IDEA 2020.1.2\jbr\bin\java.exe
0x00007ffb03690000 - 0x00007ffb03884000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x00007ffb01e70000 - 0x00007ffb01f2d000 C:\WINDOWS\System32\KERNEL32.DLL
0x00007ffb010a0000 - 0x00007ffb01367000 C:\WINDOWS\System32\KERNELBASE.dll
0x00007ffb00fa0000 - 0x00007ffb010a0000 C:\WINDOWS\System32\ucrtbase.dll
0x00007ffaa22b0000 - 0x00007ffaa22c7000 D:\Program Files\JetBrains\IntelliJ IDEA 2020.1.2\jbr\bin\VCRUNTIME140.dll
0x00007ffaddc90000 - 0x00007ffaddca9000 D:\Program Files\JetBrains\IntelliJ IDEA 2020.1.2\jbr\bin\jli.dll
0x00007ffb024f0000 - 0x00007ffb02690000 C:\WINDOWS\System32\USER32.dll
0x00007ffb00de0000 - 0x00007ffb00e02000 C:\WINDOWS\System32\win32u.dll
0x00007ffafaaf0000 - 0x00007ffafad8a000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1_none_b555e41d4684ddec\COMCTL32.dll
0x00007ffb01a60000 - 0x00007ffb01a8a000 C:\WINDOWS\System32\GDI32.dll
0x00007ffb03430000 - 0x00007ffb034ce000 C:\WINDOWS\System32\msvcrt.dll
0x00007ffb015f0000 - 0x00007ffb016f9000 C:\WINDOWS\System32\gdi32full.dll
0x00007ffb014d0000 - 0x00007ffb0156d000 C:\WINDOWS\System32\msvcp_win.dll
0x00007ffb024c0000 - 0x00007ffb024f0000 C:\WINDOWS\System32\IMM32.DLL
0x00007ffaa1440000 - 0x00007ffaa14dd000 D:\Program Files\JetBrains\IntelliJ IDEA 2020.1.2\jbr\bin\msvcp140.dll
0x00007ffa9c530000 - 0x00007ffa9cfeb000 D:\Program Files\JetBrains\IntelliJ IDEA 2020.1.2\jbr\bin\server\jvm.dll
0x00007ffb034d0000 - 0x00007ffb0357a000 C:\WINDOWS\System32\ADVAPI32.dll
0x00007ffb01a90000 - 0x00007ffb01b2b000 C:\WINDOWS\System32\sechost.dll
0x00007ffb01930000 - 0x00007ffb01a53000 C:\WINDOWS\System32\RPCRT4.dll
0x00007ffb01e60000 - 0x00007ffb01e68000 C:\WINDOWS\System32\PSAPI.DLL
0x00007ffaf05a0000 - 0x00007ffaf05c7000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x00007ffadb190000 - 0x00007ffadb199000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x00007ffafa6b0000 - 0x00007ffafa6ba000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x00007ffb01c30000 - 0x00007ffb01c9b000 C:\WINDOWS\System32\WS2_32.dll
0x00007ffafed90000 - 0x00007ffafeda3000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
0x00007ffabb030000 - 0x00007ffabb041000 D:\Program Files\JetBrains\IntelliJ IDEA 2020.1.2\jbr\bin\verify.dll
0x00007ffaeacf0000 - 0x00007ffaeaed4000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
0x00007ffaeaa70000 - 0x00007ffaeaa9c000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
0x00007ffb01570000 - 0x00007ffb015ef000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x00007ffab5660000 - 0x00007ffab5689000 D:\Program Files\JetBrains\IntelliJ IDEA 2020.1.2\jbr\bin\java.dll
0x00007ffabb010000 - 0x00007ffabb028000 D:\Program Files\JetBrains\IntelliJ IDEA 2020.1.2\jbr\bin\zip.dll
0x00007ffabc5e0000 - 0x00007ffabc5eb000 D:\Program Files\JetBrains\IntelliJ IDEA 2020.1.2\jbr\bin\jimage.dll
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;D:\Program Files\JetBrains\IntelliJ IDEA 2020.1.2\jbr\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1_none_b555e41d4684ddec;D:\Program Files\JetBrains\IntelliJ IDEA 2020.1.2\jbr\bin\server
VM Arguments:
java_command: org.jetbrains.git4idea.http.GitAskPassApp Username for 'https://gitee.com':
java_class_path (initial): D:/Program Files/JetBrains/IntelliJ IDEA 2020.1.2/plugins/git4idea/lib/git4idea-rt.jar;D:/Program Files/JetBrains/IntelliJ IDEA 2020.1.2/lib/xmlrpc-2.0.1.jar;D:/Program Files/JetBrains/IntelliJ IDEA 2020.1.2/lib/commons-codec-1.14.jar;D:/Program Files/JetBrains/IntelliJ IDEA 2020.1.2/lib/util.jar
Launcher Type: SUN_STANDARD
[Global flags]
intx CICompilerCount = 3 {product} {ergonomic}
uint ConcGCThreads = 1 {product} {ergonomic}
uint G1ConcRefinementThreads = 4 {product} {ergonomic}
size_t G1HeapRegionSize = 1048576 {product} {ergonomic}
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
size_t InitialHeapSize = 134217728 {product} {ergonomic}
size_t MarkStackSize = 4194304 {product} {ergonomic}
size_t MaxHeapSize = 2132803584 {product} {ergonomic}
size_t MinHeapDeltaBytes = 1048576 {product} {ergonomic}
uintx NonNMethodCodeHeapSize = 5830732 {pd product} {ergonomic}
uintx NonProfiledCodeHeapSize = 122913754 {pd product} {ergonomic}
uintx ProfiledCodeHeapSize = 122913754 {pd product} {ergonomic}
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
bool SegmentedCodeCache = true {product} {ergonomic}
bool UseCompressedClassPointers = true {lp64_product} {ergonomic}
bool UseCompressedOops = true {lp64_product} {ergonomic}
bool UseG1GC = true {product} {ergonomic}
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
Logging:
Log output configuration:
#0: stdout all=warning uptime,level,tags
#1: stderr all=off uptime,level,tags
Environment Variables:
PATH=C:\Program Files\Git\mingw64\libexec\git-core;C:\Program Files\Git\mingw64\libexec\git-core;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\ivan\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Git\cmd;C:\Users\ivan\AppData\Local\Microsoft\WindowsApps;D:\Users\ivan\AppData\Local\Programs\Microsoft VS Code\bin;D:\Program Files\JetBrains\IntelliJ IDEA 2020.1.2\bin
USERNAME=ivan
DISPLAY=:0.0
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 10 , 64 bit Build 19041 (10.0.19041.207)
OS uptime: 4 days 20:56 hours
CPU:total 4 (initial active 4) (4 cores per cpu, 1 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, tsc, tscinvbit, bmi1, bmi2, fma
Memory: 4k page, system-wide physical 8134M (1183M free)
TotalPageFile size 14462M (AvailPageFile size 19M)
current process WorkingSet (physical memory assigned to process): 9M, peak: 9M
current process commit charge ("private bytes"): 51M, peak: 179M
vm_info: OpenJDK 64-Bit Server VM (11.0.7+10-b765.53) for windows-amd64 JRE (11.0.7+10-b765.53), built on May 12 2020 04:38:25 by "" with MS VC++ 14.0 (VS2015)
END.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/phil-gray-bite/springboot05.git
git@gitee.com:phil-gray-bite/springboot05.git
phil-gray-bite
springboot05
springboot05
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891