Advertisement
Bobrovozka

Untitled

Dec 13th, 2021
2,287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (mmap) failed to map 49283072 bytes for committing reserved memory.
  4. # Can not save log file, dump to screen..
  5. #
  6. # There is insufficient memory for the Java Runtime Environment to continue.
  7. # Native memory allocation (mmap) failed to map 49283072 bytes for committing reserved memory.
  8. # Possible reasons:
  9. #   The system is out of physical RAM or swap space
  10. #   The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
  11. # Possible solutions:
  12. #   Reduce memory load on the system
  13. #   Increase physical memory or swap space
  14. #   Check if swap backing store is full
  15. #   Decrease Java heap size (-Xmx/-Xms)
  16. #   Decrease number of Java threads
  17. #   Decrease Java thread stack sizes (-Xss)
  18. #   Set larger code cache with -XX:ReservedCodeCacheSize=
  19. #   JVM is running with Unscaled Compressed Oops mode in which the Java heap is
  20. #     placed in the first 4GB address space. The Java Heap base address is the
  21. #     maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
  22. #     to set the Java Heap base and to place the Java Heap above 4GB virtual address.
  23. # This output file may be truncated or incomplete.
  24. #
  25. #  Out of Memory Error (os_linux.cpp:2749), pid=8, tid=0x00007fa356515700
  26. #
  27. # JRE version: Java(TM) SE Runtime Environment (8.0_202-b08) (build 1.8.0_202-b08)
  28. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.202-b08 mixed mode linux-amd64 compressed oops)
  29. # Core dump written. Default location: //core or core.8
  30. #
  31.  
  32. ---------------  T H R E A D  ---------------
  33.  
  34. Current thread (0x00007fa37413e800):  VMThread [stack: 0x00007fa356416000,0x00007fa356516000] [id=14]
  35.  
  36. Stack: [0x00007fa356416000,0x00007fa356516000],  sp=0x00007fa3565143f0,  free space=1016k
  37. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  38. Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000e9880000, 49283072, 0) failed; error='Cannot allocate memory' (errno=12)
  39. V  [libjvm.so+0xad33a5]  VMError::report_and_die()+0x2e5
  40. V  [libjvm.so+0x4e04c7]  report_vm_out_of_memory(char const*, int, unsigned long, VMErrorType, char const*)+0x67
  41. V  [libjvm.so+0x910290]  os::pd_commit_memory(char*, unsigned long, unsigned long, bool)+0x100
  42. V  [libjvm.so+0x9078bf]  os::commit_memory(char*, unsigned long, unsigned long, bool)+0x1f
  43. V  [libjvm.so+0x98c686]  PSVirtualSpace::expand_by(unsigned long)+0x56
  44. V  [libjvm.so+0x98d918]  PSYoungGen::resize(unsigned long, unsigned long)+0xd8
  45. V  [libjvm.so+0x98a0b6]  PSScavenge::invoke_no_policy()+0x1376
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement