Artem1212121

Untitled

Apr 10th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (mmap) failed to map 8388608 bytes for committing reserved memory.
  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_linux.cpp:2749), pid=20170, tid=0x00007f19e4b8e700
  22. #
  23. # JRE version: Java(TM) SE Runtime Environment (8.0_231-b11) (build 1.8.0_231-b11)
  24. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.231-b11 mixed mode linux-amd64 compressed oops)
  25. # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  26. #
  27.  
  28. --------------- T H R E A D ---------------
  29.  
  30. Current thread (0x00007f19e0021000): GCTaskThread [stack: 0x00007f19e4a8f000,0x00007f19e4b8f000] [id=20172]
  31.  
  32. Stack: [0x00007f19e4a8f000,0x00007f19e4b8f000], sp=0x00007f19e4b8d080, free space=1016k
  33. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  34. V [libjvm.so+0xad4455]
Advertisement
Add Comment
Please, Sign In to add comment