Advertisement
Guest User

Java Ram

a guest
May 21st, 2015
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 22.33 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 2863136768 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:2673), pid=6440, tid=118506252064512
  19. #
  20. # JRE version:  (8.0_45-b14) (build )
  21. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 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 (0x00006bc7dc009800):  JavaThread "Unknown thread" [_thread_in_vm, id=6450, stack(0x00006bc7e2fed000,0x00006bc7e30ee000)]
  28.  
  29. Stack: [0x00006bc7e2fed000,0x00006bc7e30ee000],  sp=0x00006bc7e30ec3b0,  free space=1020k
  30. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  31. V  [libjvm.so+0xaac99a]  VMError::report_and_die()+0x2ba
  32. V  [libjvm.so+0x4f333b]  report_vm_out_of_memory(char const*, int, unsigned long, VMErrorType, char const*)+0x8b
  33. V  [libjvm.so+0x90e7c3]  os::Linux::commit_memory_impl(char*, unsigned long, bool)+0x103
  34. V  [libjvm.so+0x90ed19]  os::pd_commit_memory(char*, unsigned long, unsigned long, bool)+0x29
  35. V  [libjvm.so+0x90867a]  os::commit_memory(char*, unsigned long, unsigned long, bool)+0x2a
  36. V  [libjvm.so+0x97bac3]  PSVirtualSpace::expand_by(unsigned long)+0x53
  37. V  [libjvm.so+0x97ca85]  PSYoungGen::initialize_virtual_space(ReservedSpace, unsigned long)+0x75
  38. V  [libjvm.so+0x97d3ee]  PSYoungGen::initialize(ReservedSpace, unsigned long)+0x3e
  39. V  [libjvm.so+0x2d4c85]  AdjoiningGenerations::AdjoiningGenerations(ReservedSpace, GenerationSizer*, unsigned long)+0x345
  40. V  [libjvm.so+0x931716]  ParallelScavengeHeap::initialize()+0x1d6
  41. V  [libjvm.so+0xa75aab]  Universe::initialize_heap()+0xfb
  42. V  [libjvm.so+0xa75e1e]  universe_init()+0x3e
  43. V  [libjvm.so+0x62f635]  init_globals()+0x65
  44. V  [libjvm.so+0xa5a02e]  Threads::create_vm(JavaVMInitArgs*, bool*)+0x23e
  45. V  [libjvm.so+0x6c3244]  JNI_CreateJavaVM+0x74
  46. C  [libjli.so+0x745e]  JavaMain+0x9e
  47. C  [libpthread.so.0+0x80a5]  start_thread+0xc5
  48.  
  49.  
  50. ---------------  P R O C E S S  ---------------
  51.  
  52. Java Threads: ( => current thread )
  53.  
  54. Other Threads:
  55.  
  56. =>0x00006bc7dc009800 (exited) JavaThread "Unknown thread""Ubuntu 14.10""java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
  57.  
  58. time: Thu May 21 18:41:17 2015
  59. elapsed time: 0 seconds (0d 0h 0m 0s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement