Advertisement
Guest User

java heap size issue

a guest
May 11th, 2013
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.04 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 1863680 bytes for card table expansion
  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 (cardTableModRefBS.cpp:290), pid=6240, tid=7484
  19. #
  20. # JRE version: 6.0_33-b03
  21. # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.8-b03 mixed mode windows-amd64 compressed oops)
  22.  
  23. --------------- T H R E A D ---------------
  24.  
  25. Current thread (0x000000000039c000): VMThread [stack: 0x0000000006f60000,0x0000000007060000] [id=7484]
  26.  
  27. Stack: [0x0000000006f60000,0x0000000007060000]
  28. VM_Operation (0x00000000023bef50): GenCollectForAllocation, mode: safepoint, requested by thread 0x00000000003eb800
  29.  
  30.  
  31. --------------- P R O C E S S ---------------
  32.  
  33. Java Threads: ( => current thread )
  34. 0x00000000003bd800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4464, stack(0x0000000007860000,0x0000000007960000)]
  35. 0x00000000072a9000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=6392, stack(0x0000000007760000,0x0000000007860000)]
  36. 0x00000000072a3000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=1548, stack(0x0000000007660000,0x0000000007760000)]
  37. 0x00000000003bd000 JavaThread "Attach Listener" daemon [_thread_blocked, id=6660, stack(0x0000000007560000,0x0000000007660000)]
  38. 0x00000000003bc000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8132, stack(0x0000000007460000,0x0000000007560000)]
  39. 0x00000000003aa000 JavaThread "Finalizer" daemon [_thread_blocked, id=7544, stack(0x0000000007160000,0x0000000007260000)]
  40. 0x00000000003a3000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5444, stack(0x0000000007060000,0x0000000007160000)]
  41. 0x00000000003eb800 JavaThread "main" [_thread_blocked, id=8176, stack(0x00000000022c0000,0x00000000023c0000)]
  42.  
  43. Other Threads:
  44. =>0x000000000039c000 VMThread [stack: 0x0000000006f60000,0x0000000007060000] [id=7484]
  45. 0x00000000072d9800 WatcherThread [stack: 0x0000000007960000,0x0000000007a60000] [id=7432]
  46.  
  47. VM state:at safepoint (normal execution)
  48.  
  49. VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
  50. [0x00000000003e9c40] Threads_lock - owner thread: 0x000000000039c000
  51. [0x00000000003ea140] Heap_lock - owner thread: 0x00000000003eb800
  52.  
  53. Heap
  54. def new generation total 301824K, used 33374K [0x00000005fae00000, 0x000000060f580000, 0x00000006a58a0000)
  55. eden space 268288K, 12% used [0x00000005fae00000, 0x00000005fce97920, 0x000000060b400000)
  56. from space 33536K, 0% used [0x000000060d4c0000, 0x000000060d4c0000, 0x000000060f580000)
  57. to space 33536K, 0% used [0x000000060b400000, 0x000000060b400000, 0x000000060d4c0000)
  58. tenured generation total 1395908K, used 1395908K [0x00000006a58a0000, 0x000000073389d000, 0x00000007fae00000)
  59. the space 1395908K, 100% used [0x00000006a58a0000, 0x00000006fabd1000, 0x00000006fabd1000, 0x00000006fabd1000)
  60. compacting perm gen total 21248K, used 5301K [0x00000007fae00000, 0x00000007fc2c0000, 0x0000000800000000)
  61. the space 21248K, 24% used [0x00000007fae00000, 0x00000007fb32d780, 0x00000007fb32d800, 0x00000007fc2c0000)
  62. No shared spaces configured.
  63.  
  64. Code Cache [0x00000000023c0000, 0x0000000002640000, 0x00000000053c0000)
  65. total_blobs=554 nmethods=346 adapters=161 free_code_cache=47872448 largest_free_block=17536
  66.  
  67. Dynamic libraries:
  68. 0x0000000000400000 - 0x000000000042f000 C:\Windows\system32\java.exe
  69. 0x0000000077090000 - 0x000000007723b000 C:\Windows\SYSTEM32\ntdll.dll
  70. 0x0000000076e70000 - 0x0000000076f8f000 C:\Windows\system32\kernel32.dll
  71. 0x000007fefd250000 - 0x000007fefd2bb000 C:\Windows\system32\KERNELBASE.dll
  72. 0x000007fefeb90000 - 0x000007fefec6b000 C:\Windows\system32\ADVAPI32.dll
  73. 0x000007fefd3c0000 - 0x000007fefd45f000 C:\Windows\system32\msvcrt.dll
  74. 0x000007fefd470000 - 0x000007fefd48f000 C:\Windows\SYSTEM32\sechost.dll
  75. 0x000007fefd7a0000 - 0x000007fefd8ce000 C:\Windows\system32\RPCRT4.dll
  76. 0x000000006d800000 - 0x000000006dfb8000 C:\Program Files\Java\jre6\bin\server\jvm.dll
  77. 0x0000000076f90000 - 0x000000007708a000 C:\Windows\system32\USER32.dll
  78. 0x000007fefed50000 - 0x000007fefedb7000 C:\Windows\system32\GDI32.dll
  79. 0x000007fefd790000 - 0x000007fefd79e000 C:\Windows\system32\LPK.dll
  80. 0x000007fefd8d0000 - 0x000007fefd99a000 C:\Windows\system32\USP10.dll
  81. 0x000007fef7790000 - 0x000007fef77cb000 C:\Windows\system32\WINMM.dll
  82. 0x000007fefe900000 - 0x000007fefe92e000 C:\Windows\system32\IMM32.DLL
  83. 0x000007fefef70000 - 0x000007feff079000 C:\Windows\system32\MSCTF.dll
  84. 0x000000006d770000 - 0x000000006d77e000 C:\Program Files\Java\jre6\bin\verify.dll
  85. 0x000000006d3b0000 - 0x000000006d3d7000 C:\Program Files\Java\jre6\bin\java.dll
  86. 0x000000006d7c0000 - 0x000000006d7d2000 C:\Program Files\Java\jre6\bin\zip.dll
  87. 0x0000000077250000 - 0x0000000077257000 C:\Windows\system32\PSAPI.DLL
  88.  
  89. VM Arguments:
  90. jvm_args: -Xms512m -Xmx8192m
  91. java_command: com.googlecode.dex2jar.tools.Dex2jarCmd --force classes.dex
  92. Launcher Type: SUN_STANDARD
  93.  
  94. Environment Variables:
  95. CLASSPATH=C:\Users\Anurag\Downloads\dex2jar-0.0.9.13\dex2jar-0.0.9.13\lib\jasmin-p2.5.jar;C:\Users\Anurag\Downloads\dex2jar-0.0.9.13\dex2jar-0.0.9.13\lib\jar-rename-1.5.jar;C:\Users\Anurag\Downloads\dex2jar-0.0.9.13\dex2jar-0.0.9.13\lib\dx.jar;C:\Users\Anurag\Downloads\dex2jar-0.0.9.13\dex2jar-0.0.9.13\lib\dex-translator-0.0.9.13.jar;C:\Users\Anurag\Downloads\dex2jar-0.0.9.13\dex2jar-0.0.9.13\lib\dex-tools-0.0.9.13.jar;C:\Users\Anurag\Downloads\dex2jar-0.0.9.13\dex2jar-0.0.9.13\lib\dex-reader-1.14.jar;C:\Users\Anurag\Downloads\dex2jar-0.0.9.13\dex2jar-0.0.9.13\lib\dex-ir-1.11.jar;C:\Users\Anurag\Downloads\dex2jar-0.0.9.13\dex2jar-0.0.9.13\lib\commons-lite-1.14.jar;C:\Users\Anurag\Downloads\dex2jar-0.0.9.13\dex2jar-0.0.9.13\lib\commons-cli-1.2.jar;C:\Users\Anurag\Downloads\dex2jar-0.0.9.13\dex2jar-0.0.9.13\lib\asm-all-3.3.1.jar;
  96. PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jre6\bin\
  97. USERNAME=Anurag
  98. OS=Windows_NT
  99. PROCESSOR_IDENTIFIER=AMD64 Family 16 Model 6 Stepping 3, AuthenticAMD
  100.  
  101.  
  102.  
  103. --------------- S Y S T E M ---------------
  104.  
  105. OS: Windows 7 , 64 bit Build 7600
  106.  
  107. CPU:total 2 (2 cores per cpu, 1 threads per core) family 16 model 6 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, popcnt, mmxext, 3dnowpref, lzcnt
  108.  
  109. Memory: 4k page, physical 1833264k(94992k free), swap 4443524k(575548k free)
  110.  
  111. vm_info: Java HotSpot(TM) 64-Bit Server VM (20.8-b03) for windows-amd64 JRE (1.6.0_33-b03), built on May 9 2012 12:47:08 by "java_re" with MS VC++ 8.0 (VS2005)
  112.  
  113. time: Sat May 11 20:25:45 2013
  114. elapsed time: 687 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement