Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 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 12288 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:2627), pid=3699, tid=140609230149376
  19. #
  20. # JRE version: Java(TM) SE Runtime Environment (8.0_60-b27) (build 1.8.0_60-b27)
  21. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.60-b23 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement