Advertisement
Guest User

hs_err_pid26338.log

a guest
Nov 12th, 2012
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. #
  2. # There is insufficient memory for the Java Runtime Environment to continue.
  3. # Native memory allocation (malloc) failed to allocate 32744 bytes for ChunkPool::allocate
  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 (allocation.cpp:211), pid=26338, tid=1103542608
  19. #
  20. # JRE version: 6.0_26-b03
  21. # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.1-b02 mixed mode linux-amd64 compressed oops)
  22.  
  23. --------------- T H R E A D ---------------
  24.  
  25. Current thread (0x000000004e0dc800): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=26344, stack(0x0000000041b6b000,0x0000000041c6c000)]
  26.  
  27. Stack: [0x0000000041b6b000,0x0000000041c6c000], sp=0x0000000041c65150, free space=1000k
  28. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  29. V [libjvm.so+0x85ebd5]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement