Advertisement
Guest User

FUK!

a guest
Jun 22nd, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 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 4092 bytes for char in c:\jdk7_32p\jdk7\hotspot\src\share\vm\utilities/stack.inline.hpp
  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 (memory/allocation.inline.hpp:58), pid=3660, tid=2560
  19. #
  20. # JRE version: 7.0-b147
  21. # Java VM: Java HotSpot(TM) Client VM (21.0-b17 mixed mode windows-x86 )
  22. # Failed to write core dump.
  23. #
  24.  
  25. --------------- T H R E A D ---------------
  26.  
  27. Current thread (0x56e35400): VMThread [stack: 0x56e60000,0x56eb0000] [id=2560]
  28.  
  29. Stack: [0x56e60000,0x56eb0000], sp=0x56eaedd8, free space=315k
  30. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  31.  
  32. [error occurred during error reporting (printing native stack), id 0xc0000005]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement