jw项目windows环境软件安装
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

223 lines
13 KiB

1 year ago
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (mmap) failed to map 8531214336 bytes for G1 virtual space
  4. # Possible reasons:
  5. # The system is out of physical RAM or swap space
  6. # The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
  7. # Possible solutions:
  8. # Reduce memory load on the system
  9. # Increase physical memory or swap space
  10. # Check if swap backing store is full
  11. # Decrease Java heap size (-Xmx/-Xms)
  12. # Decrease number of Java threads
  13. # Decrease Java thread stack sizes (-Xss)
  14. # Set larger code cache with -XX:ReservedCodeCacheSize=
  15. # JVM is running with Zero Based Compressed Oops mode in which the Java heap is
  16. # placed in the first 32GB address space. The Java Heap base address is the
  17. # maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
  18. # to set the Java Heap base and to place the Java Heap above 32GB virtual address.
  19. # This output file may be truncated or incomplete.
  20. #
  21. # Out of Memory Error (os_windows.cpp:3466), pid=4320, tid=17120
  22. #
  23. # JRE version: (16.0.1+9) (build )
  24. # Java VM: OpenJDK 64-Bit Server VM (16.0.1+9, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
  25. # No core dump will be written. Minidumps are not enabled by default on client versions of Windows
  26. #
  27. --------------- S U M M A R Y ------------
  28. Command Line: -XX:+UseG1GC -Djava.io.tmpdir=C:\Users\Administrator\AppData\Local\Temp\elasticsearch -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=data -XX:ErrorFile=logs/hs_err_pid%p.log -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m -Xms8134m -Xmx8134m -Xshare:off -XX:+PrintFlagsFinal
  29. Host: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz, 8 cores, 15G, Windows 10 , 64 bit Build 22621 (10.0.22621.3527)
  30. Time: Sat May 11 14:31:04 2024 Windows 10 , 64 bit Build 22621 (10.0.22621.3527) elapsed time: 0.009333 seconds (0d 0h 0m 0s)
  31. --------------- T H R E A D ---------------
  32. Current thread (0x000001d7db4af0e0): JavaThread "Unknown thread" [_thread_in_vm, id=17120, stack(0x00000081c7200000,0x00000081c7300000)]
  33. Stack: [0x00000081c7200000,0x00000081c7300000]
  34. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  35. V [jvm.dll+0x67978a]
  36. V [jvm.dll+0x82bd79]
  37. V [jvm.dll+0x82d503]
  38. V [jvm.dll+0x82db63]
  39. V [jvm.dll+0x24eeb5]
  40. V [jvm.dll+0x6764d9]
  41. V [jvm.dll+0x66b0a5]
  42. V [jvm.dll+0x3094bb]
  43. V [jvm.dll+0x310636]
  44. V [jvm.dll+0x36062e]
  45. V [jvm.dll+0x36085f]
  46. V [jvm.dll+0x2e01a8]
  47. V [jvm.dll+0x2e13e4]
  48. V [jvm.dll+0x7fe071]
  49. V [jvm.dll+0x36e421]
  50. V [jvm.dll+0x7dbb60]
  51. V [jvm.dll+0x3f302f]
  52. V [jvm.dll+0x3f4dc1]
  53. C [jli.dll+0x52fb]
  54. C [ucrtbase.dll+0x29333]
  55. C [KERNEL32.DLL+0x1257d]
  56. C [ntdll.dll+0x5aa48]
  57. --------------- P R O C E S S ---------------
  58. Threads class SMR info:
  59. _java_thread_list=0x00007ffead7923b8, length=0, elements={
  60. }
  61. Java Threads: ( => current thread )
  62. Other Threads:
  63. 0x000001d7db5261a0 GCTaskThread "GC Thread#0" [stack: 0x00000081c7300000,0x00000081c7400000] [id=24112]
  64. 0x000001d7db537120 ConcurrentGCThread "G1 Main Marker" [stack: 0x00000081c7400000,0x00000081c7500000] [id=28292]
  65. 0x000001d7db537c10 ConcurrentGCThread "G1 Conc#0" [stack: 0x00000081c7500000,0x00000081c7600000] [id=13080]
  66. [error occurred during error reporting (printing all threads), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffeacef10b7]
  67. VM state: not at safepoint (not fully initialized)
  68. VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
  69. [0x000001d7db4aaf60] Heap_lock - owner thread: 0x000001d7db4af0e0
  70. Heap address: 0x00000005c3800000, size: 8136 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
  71. CDS disabled.
  72. Narrow klass base: 0x0000000000000000, Narrow klass shift: 0, Narrow klass range: 0x0
  73. GC Precious Log:
  74. <Empty>
  75. Heap:
  76. garbage-first heap total 0K, used 0K [0x00000005c3800000, 0x00000007c0000000)
  77. region size 4096K, 0 young (0K), 0 survivors (0K)
  78. [error occurred during error reporting (printing heap information), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffead2d380d]
  79. GC Heap History (0 events):
  80. No events
  81. Deoptimization events (0 events):
  82. No events
  83. Classes unloaded (0 events):
  84. No events
  85. Classes redefined (0 events):
  86. No events
  87. Internal exceptions (0 events):
  88. No events
  89. Events (1 events):
  90. Event: 0.007 Loaded shared library Z:\elasticsearch\jdk\bin\java.dll
  91. Dynamic libraries:
  92. 0x00007ff6f59d0000 - 0x00007ff6f59de000 Z:\elasticsearch\jdk\bin\java.exe
  93. 0x00007ffee8210000 - 0x00007ffee8427000 C:\Windows\SYSTEM32\ntdll.dll
  94. 0x00007ffee7230000 - 0x00007ffee72f4000 C:\Windows\System32\KERNEL32.DLL
  95. 0x00007ffee57e0000 - 0x00007ffee5b87000 C:\Windows\System32\KERNELBASE.dll
  96. 0x00007ffee5530000 - 0x00007ffee5641000 C:\Windows\System32\ucrtbase.dll
  97. 0x00007ffeddd00000 - 0x00007ffeddd19000 Z:\elasticsearch\jdk\bin\VCRUNTIME140.dll
  98. 0x00007ffede110000 - 0x00007ffede128000 Z:\elasticsearch\jdk\bin\jli.dll
  99. 0x00007ffee7b90000 - 0x00007ffee7d3e000 C:\Windows\System32\USER32.dll
  100. 0x00007ffee5bc0000 - 0x00007ffee5be6000 C:\Windows\System32\win32u.dll
  101. 0x00007ffed9880000 - 0x00007ffed9b13000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.3527_none_270e469b73872a76\COMCTL32.dll
  102. 0x00007ffee7b60000 - 0x00007ffee7b89000 C:\Windows\System32\GDI32.dll
  103. 0x00007ffee7ab0000 - 0x00007ffee7b57000 C:\Windows\System32\msvcrt.dll
  104. 0x00007ffee5e20000 - 0x00007ffee5f39000 C:\Windows\System32\gdi32full.dll
  105. 0x00007ffee5650000 - 0x00007ffee56ea000 C:\Windows\System32\msvcp_win.dll
  106. 0x00007ffee7520000 - 0x00007ffee7551000 C:\Windows\System32\IMM32.DLL
  107. 0x00007ffedeaa0000 - 0x00007ffedeaac000 Z:\elasticsearch\jdk\bin\vcruntime140_1.dll
  108. 0x00007ffec0da0000 - 0x00007ffec0e31000 Z:\elasticsearch\jdk\bin\msvcp140.dll
  109. 0x00007ffeacc00000 - 0x00007ffead838000 Z:\elasticsearch\jdk\bin\server\jvm.dll
  110. 0x00007ffee7f90000 - 0x00007ffee8042000 C:\Windows\System32\ADVAPI32.dll
  111. 0x00007ffee7410000 - 0x00007ffee74b8000 C:\Windows\System32\sechost.dll
  112. 0x00007ffee5b90000 - 0x00007ffee5bb8000 C:\Windows\System32\bcrypt.dll
  113. 0x00007ffee7e70000 - 0x00007ffee7f85000 C:\Windows\System32\RPCRT4.dll
  114. 0x00007ffee73f0000 - 0x00007ffee73f8000 C:\Windows\System32\PSAPI.DLL
  115. 0x00007ffecfb10000 - 0x00007ffecfb19000 C:\Windows\SYSTEM32\WSOCK32.dll
  116. 0x00007ffedda00000 - 0x00007ffedda34000 C:\Windows\SYSTEM32\WINMM.dll
  117. 0x00007ffee6870000 - 0x00007ffee68e1000 C:\Windows\System32\WS2_32.dll
  118. 0x00007ffedc9b0000 - 0x00007ffedc9ba000 C:\Windows\SYSTEM32\VERSION.dll
  119. 0x00007ffee4640000 - 0x00007ffee4658000 C:\Windows\SYSTEM32\kernel.appcore.dll
  120. 0x00007ffede100000 - 0x00007ffede10a000 Z:\elasticsearch\jdk\bin\jimage.dll
  121. 0x00007ffee2ba0000 - 0x00007ffee2dd3000 C:\Windows\SYSTEM32\DBGHELP.DLL
  122. 0x00007ffee7720000 - 0x00007ffee7aa8000 C:\Windows\System32\combase.dll
  123. 0x00007ffee7150000 - 0x00007ffee7227000 C:\Windows\System32\OLEAUT32.dll
  124. 0x00007ffecc870000 - 0x00007ffecc8a2000 C:\Windows\SYSTEM32\dbgcore.DLL
  125. 0x00007ffee56f0000 - 0x00007ffee5769000 C:\Windows\System32\bcryptPrimitives.dll
  126. 0x00007ffed9cc0000 - 0x00007ffed9ce5000 Z:\elasticsearch\jdk\bin\java.dll
  127. dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
  128. symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;Z:\elasticsearch\jdk\bin;C:\Windows\SYSTEM32;C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.3527_none_270e469b73872a76;Z:\elasticsearch\jdk\bin\server
  129. VM Arguments:
  130. jvm_args: -XX:+UseG1GC -Djava.io.tmpdir=C:\Users\Administrator\AppData\Local\Temp\elasticsearch -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=data -XX:ErrorFile=logs/hs_err_pid%p.log -Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m -Xms8134m -Xmx8134m -Xshare:off -XX:+PrintFlagsFinal
  131. java_command: <unknown>
  132. java_class_path (initial): .;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar
  133. Launcher Type: SUN_STANDARD
  134. [Global flags]
  135. intx CICompilerCount = 4 {product} {ergonomic}
  136. uint ConcGCThreads = 2 {product} {ergonomic}
  137. ccstr ErrorFile = logs/hs_err_pid%p.log {product} {command line}
  138. uint G1ConcRefinementThreads = 8 {product} {ergonomic}
  139. size_t G1HeapRegionSize = 4194304 {product} {ergonomic}
  140. uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
  141. bool HeapDumpOnOutOfMemoryError = true {manageable} {command line}
  142. ccstr HeapDumpPath = data {manageable} {command line}
  143. size_t InitialHeapSize = 8531214336 {product} {command line, ergonomic}
  144. size_t MarkStackSize = 4194304 {product} {ergonomic}
  145. size_t MaxHeapSize = 8531214336 {product} {command line, ergonomic}
  146. size_t MinHeapDeltaBytes = 4194304 {product} {ergonomic}
  147. size_t MinHeapSize = 8531214336 {product} {command line, ergonomic}
  148. uintx NonNMethodCodeHeapSize = 5839372 {pd product} {ergonomic}
  149. uintx NonProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
  150. bool PrintFlagsFinal = true {product} {command line}
  151. uintx ProfiledCodeHeapSize = 122909434 {pd product} {ergonomic}
  152. bool RequireSharedSpaces = false {product} {command line}
  153. uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
  154. bool SegmentedCodeCache = true {product} {ergonomic}
  155. size_t SoftMaxHeapSize = 8531214336 {manageable} {ergonomic}
  156. bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
  157. bool UseCompressedOops = true {product lp64_product} {ergonomic}
  158. bool UseG1GC = true {product} {command line}
  159. bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
  160. bool UseSharedSpaces = false {product} {command line}
  161. Logging:
  162. Log output configuration:
  163. #0: stdout all=warning uptime,level,tags
  164. #1: stderr all=off uptime,level,tags
  165. #2: file=logs/gc.log all=off,gc*=info,age*=trace,safepoint=info utctime,pid,tags filecount=32,filesize=65536K (reconfigured)
  166. Environment Variables:
  167. CLASSPATH=.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar
  168. PATH=K:\env\esbin;D:\dev\php_env\ImageMagick-7.1.1-Q16-HDRI;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;d:\dev\Git\cmd;D:\dev\apache-maven-3.6.2\bin;D:\dev\nodejs\;D:\dev\Java\jdk1.8.0_261\bin;D:\dev\xshell7\;D:\dev\php_env\php-8.0.30-Win32-vs16-x64;D:\dev\php_env\php-8.0.30-Win32-vs16-x64\ext;D:\dev\php_env\ImageMagick-7.1.1-Q16-HDRI;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\Users\Administrator\AppData\Roaming\npm;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\Users\Administrator\AppData\Roaming\npm;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\Users\Administrator\AppData\Roaming\npm;C:\Users\Adminis;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\Users\Administrator\AppData\Roaming\npm
  169. USERNAME=Administrator
  170. ARCH=64-bit
  171. OS=Windows_NT
  172. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel
  173. --------------- S Y S T E M ---------------
  174. OS:
  175. Windows 10 , 64 bit Build 22621 (10.0.22621.3527)
  176. OS uptime: 11 days 0:15 hours
  177. CPU: total 8 (initial active 8) (4 cores per cpu, 2 threads per core) family 6 model 142 stepping 10 microcode 0xe0, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, fma, vzeroupper, clflush, clflushopt
  178. Memory: 4k page, system-wide physical 16268M (5600M free)
  179. TotalPageFile size 28800M (AvailPageFile size 4911M)
  180. current process WorkingSet (physical memory assigned to process): 11M, peak: 11M
  181. current process commit charge ("private bytes"): 60M, peak: 8196M
  182. vm_info: OpenJDK 64-Bit Server VM (16.0.1+9) for windows-amd64 JRE (16.0.1+9), built on Apr 21 2021 12:30:27 by "" with MS VC++ 16.7 (VS2019)
  183. END.