Advertisement
Guest User

PloxHost Issues

a guest
Jun 27th, 2018
231
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 4294967296 bytes for committing reserved memory.
  4. # Possible reasons:
  5. #   The system is out of physical RAM or swap space
  6. #   In 32 bit mode, the process size limit was hit
  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. #   Use 64 bit Java on a 64 bit OS
  12. #   Decrease Java heap size (-Xmx/-Xms)
  13. #   Decrease number of Java threads
  14. #   Decrease Java thread stack sizes (-Xss)
  15. #   Set larger code cache with -XX:ReservedCodeCacheSize=
  16. # This output file may be truncated or incomplete.
  17. #
  18. #  Out of Memory Error (os_linux.cpp:2651), pid=14867, tid=0x00007f690b7ad700
  19. #
  20. # JRE version:  (8.0_161-b14) (build )
  21. # Java VM: OpenJDK 64-Bit Server VM (25.161-b14 mixed mode linux-amd64 compressed oops)
  22. # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  23. #
  24.  
  25. ---------------  T H R E A D  ---------------
  26.  
  27. Current thread (0x00007f69040094f0):  JavaThread "Unknown thread" [_thread_in_vm, id=14870, stack(0x00007f690b6ad000,0x00007f690b7ae000)]
  28.  
  29. Stack: [0x00007f690b6ad000,0x00007f690b7ae000],  sp=0x00007f690b7ac5a0,  free space=1021k
  30. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  31. V  [libjvm.so+0xab44bd]
  32. V  [libjvm.so+0x4ec94a]
  33. V  [libjvm.so+0x8b0e58]
  34. V  [libjvm.so+0x8ab38e]
  35. V  [libjvm.so+0x92440b]
  36. V  [libjvm.so+0x915f28]
  37. V  [libjvm.so+0x2e9fa3]
  38. V  [libjvm.so+0x8d54c0]
  39. V  [libjvm.so+0xa7da79]
  40. V  [libjvm.so+0xa7dd12]
  41. V  [libjvm.so+0x61cd85]
  42. V  [libjvm.so+0xa6098e]
  43. V  [libjvm.so+0x6976e5]  JNI_CreateJavaVM+0x65
  44. C  [libjli.so+0x3057]
  45. C  [libpthread.so.0+0x7e25]  start_thread+0xc5
  46.  
  47.  
  48. ---------------  P R O C E S S  ---------------
  49.  
  50. Java Threads: ( => current thread )
  51.  
  52. Other Threads:
  53.  
  54. =>0x00007f69040094f0 (exited) JavaThread "Unknown thread""mockbuild" with gcc 4.8.5 20150623 (Red Hat 4.8.5-16)
  55.  
  56. time: Thu Jun 28 02:41:24 2018
  57. elapsed time: 0 seconds (0d 0h 0m 0s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement