JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #81  
Old 02.05.2015, 12:13
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Use filename search file and then select/delete them.
I suggest to increase the ratio. for more free heap. Too strong memory optimzation -> java is only working on memory allocation/free than the actual work.
search is complex and I think you should better tune your start params.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #82  
Old 02.05.2015, 12:43
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Run without parameters and can select and delete. Slow but works...
I have to tune parameters, I will try with higher values and I'll test...

Last edited by djmakinera; 03.05.2015 at 17:37. Reason: merged posts, use EDIT!
Reply With Quote
  #83  
Old 03.05.2015, 13:40
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

please provide good values from your experience
__________________
JD-Dev & Server-Admin
Reply With Quote
  #84  
Old 04.05.2015, 17:55
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Jiaz - Works fine for me.


Quote:
"C:\Program Files\Java\jre1.8.0_45\bin\javaw.exe" -Xmx6G -XX:MaxHeapFreeRatio=100 -XX:MinHeapFreeRatio=10 -jar V:\Jdownloader2\JDownloader.jar


Sometimes,high CPU load slowly shows Close buttons


Last edited by Lram32; 20.09.2015 at 04:24. Reason: merged multiple posts
Reply With Quote
  #85  
Old 05.05.2015, 12:19
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Threaddumps
From screenshot above. your regex is BAD, very BAD
You can make it faster/less ressource intense

a_b|a_c|a_d
a_(b|c|d) <<---MUCH MUCH MUCH FASTER
in your screenshot I can see 3times the same number 99953588_
optimize your regex! else it will stay slow and memory/cpu intensive
__________________
JD-Dev & Server-Admin
Reply With Quote
  #86  
Old 05.05.2015, 12:37
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Quote:
Originally Posted by Jiaz View Post
optimize your regex!
These numbers are often different, it makes no sense to every time optimize 50000 defferent or more numbers.
Ps. but it has nothing to do with this
Reply With Quote
  #87  
Old 05.05.2015, 12:42
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

I need threaddumps when gui no longer reacts, then I can see what is causing the gui to be that slow to *freeze*

I know, but optimizing your regex will provide huge speedup
even
999_(..) will provide huge speed up over 9991_a|9992_b|9993_c
999(1_a|2_b|3_c) will be much much faster!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #88  
Old 05.05.2015, 12:46
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

If you try to select <100k links when downloading 20 simul.&Remove immediately after completion.- it also can occur freeze
Reply With Quote
  #89  
Old 05.05.2015, 12:48
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

I need thread dumps, they show best what is causing the gui to be very slow (looks like freezing)
__________________
JD-Dev & Server-Admin
Reply With Quote
  #90  
Old 05.05.2015, 12:50
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Waiting until the freezing applications, then I send thread dump.Ok?
Reply With Quote
  #91  
Old 05.05.2015, 12:52
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

sure, best is to send via email to support@jdownloader.org
__________________
JD-Dev & Server-Admin
Reply With Quote
  #92  
Old 05.05.2015, 12:52
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

and always how many links you have in list
__________________
JD-Dev & Server-Admin
Reply With Quote
  #93  
Old 10.05.2015, 17:39
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

send email...please check

New:

"C:\Program Files\Java\jre1.8.0_45\bin\javaw.exe" -Xmx6G -XX:MaxHeapFreeRatio=100 -XX:MinHeapFreeRatio=10 -jar V:\Jdownloader2\JDownloader.jar

Uptime: 2 hrs

<6GB ? need to increase? o.O (100k links)



Last edited by Lram32; 20.09.2015 at 04:25. Reason: merged multiple posts
Reply With Quote
  #94  
Old 12.05.2015, 21:45
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

What do you expect ?
You set max 6GB(-Xmx6G) and tell that 100% can be free(-XX:MaxHeapFreeRatio=100)
MaxHeapFreeRatio: Maximum percentage of heap free after GC to avoid shrinking.
MinHeapFreeRatio: Minimum percentage of heap free after GC to avoid expansion.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #95  
Old 12.05.2015, 21:52
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

I do not understand you.
If run without parameters - always JD2 freeze on so many links.
"C:\Program Files\Java\jre1.8.0_45\bin\javaw.exe" V:\Jdownloader2\JDownloader.jar

Once I had 400000 -9000,000 links - (memory and CPU usage superlow)

Now high CPU and RAM, my computer is slow.
Only restart JD2 - it helps to reduce CPU usage and RAM (temporarily)

100k link 6...8 or more GB RAM Peak?



Warning: Out of memory (JavaTM) Platform SE binary


Peak 100% psysical RAM (10 GB)

and the applications crash




190k links = LOW RAM:blink:

110k links = HIGH RAM:blink:




Last edited by Lram32; 20.09.2015 at 04:23. Reason: merged multiple posts
Reply With Quote
  #96  
Old 13.05.2015, 10:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

java -Xmx6G -jar JDownloader.jar
should do fine. Check with JVisualVM. A click on GC button should reduce the memory in use number and NOT the used memory by process. Thats what the other params are for.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #97  
Old 13.05.2015, 11:50
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Java Visual causes memory leaks. Nothing works well.
How do I use the PC as 100% CPU and 100% RAM? o.O


I will remove the new version of JD2, install the jd2 old version, always performance the best ;D

startup Parameters

Code:
"C:\Program Files\Java\jre1.8.0_45\bin\javaw.exe" -Xmx6G -XX:MaxHeapFreeRatio=100 -XX:MinHeapFreeRatio=10 -jar V:\Jdownloader2\JDownloader.jar

"C:\Program Files\Java\jre1.8.0_45\bin\javaw.exe" -Xmx6G -XX:MaxHeapFreeRatio=40 -XX:MinHeapFreeRatio=10 -jar V:\Jdownloader2\JDownloader.jar

"C:\Program Files\Java\jre1.8.0_45\bin\javaw.exe" -Xmx2G -XX:MaxHeapFreeRatio=40 -XX:MinHeapFreeRatio=10 -jar V:\Jdownloader2\JDownloader.jar

"C:\Program Files\Java\jre8\bin\javaw.exe" -Xmx2048M -jar C:\JDownloader\JDownloader.jar


"C:\Program Files\Java\jre8\bin\javaw.exe" -Xmx4096M -jar C:\JDownloader\JDownloader.jar

"C:\Program Files\Java\jre8\bin\javaw.exe" -Xmx6500M -jar C:\JDownloader\JDownloader.jar
These parameters do not work well for me if Uptime - Hours, or when downloading, when the list is 100K


Last edited by Lram32; 20.09.2015 at 04:23. Reason: merged multiple posts
Reply With Quote
  #98  
Old 14.05.2015, 11:41
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

how much memory does the java/jdownloader process have?
if it has more then your max heap then it is a memleak in firewall/av.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #99  
Old 15.05.2015, 06:05
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

-Xmx6G
JD2 use ~6GB


-Xmx8G
JD2 use ~8GB


-Xmx2G
JD2 use ~2GB + 100% CPU

Quote:
memleak in firewall/av
ESET SMART SECURITY 8 ? No!

Last edited by djmakinera; 15.05.2015 at 06:19.
Reply With Quote
  #100  
Old 15.05.2015, 09:42
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

So when JD always uses the memory you give, why do you think its a memleak? Best would be to do teamviewer and let me see/check
__________________
JD-Dev & Server-Admin
Reply With Quote
  #101  
Old 20.05.2015, 15:00
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default Out Of Memory - Crash

Crawling: 50K links

10 GB RAM
8 GB SWAP


#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 324816 bytes for Chunk::new
# Possible reasons:
# The system is out of physical RAM or swap space
# In 32 bit mode, the process size limit was hit
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Use 64 bit Java on a 64 bit OS
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
# Out of Memory Error (allocation.cpp:390), pid=3524, tid=2992
#

# JRE version: Java(TM) SE Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode windows-amd64 compressed oops)
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#

--------------- T H R E A D ---------------

Current thread (0x0000000020559000): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=2992, stack(0x0000000021d20000,0x0000000021e20000)]

Stack: [0x0000000021d20000,0x0000000021e20000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x32b57a]
V [jvm.dll+0x279873]
V [jvm.dll+0x27a509]
V [jvm.dll+0x271825]
V [jvm.dll+0xcb9e2]
V [jvm.dll+0xcbeac]
V [jvm.dll+0x476ef2]
V [jvm.dll+0x4b955f]
V [jvm.dll+0x46b92f]
V [jvm.dll+0x46ccbe]
V [jvm.dll+0x4500f2]
V [jvm.dll+0xa4352]
V [jvm.dll+0xa4c8f]
V [jvm.dll+0x241984]
V [jvm.dll+0x29853a]
C [msvcr100.dll+0x21d9f]
C [msvcr100.dll+0x21e3b]
C [kernel32.dll+0x159cd]
C [ntdll.dll+0x2b981]


Current CompileTask:
C2:11642585 18974 4 javax.swing.ScrollPaneLayout::minimumLayoutSize (339 bytes)


--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x0000000027ab9800 JavaThread "LinkChecker: 2576:vkontakte.ru" daemon [_thread_blocked, id=3916, stack(0x0000000026ac0000,0x0000000026bc0000)]
0x0000000027ab5800 JavaThread "Scheduler:org.jdownloader.gui.views.linkgrabber.actions.ConfirmSelectionBarAction$1" daemon [_thread_blocked, id=3612, stack(0x000000002f840000,0x000000002f940000)]
0x0000000027ab3800 JavaThread "Scheduler:org.jdownloader.gui.views.linkgrabber.bottombar.GenericDeleteFromLinkgrabberAction$2" daemon [_thread_blocked, id=5228, stack(0x000000002f270000,0x000000002f370000)]
0x0000000027ab7000 JavaThread "Scheduler:org.jdownloader.gui.views.linkgrabber.LinkGrabberSidebar" daemon [_thread_blocked, id=5396, stack(0x000000002f390000,0x000000002f490000)]
0x0000000027ab8000 JavaThread "Scheduler:org.jdownloader.gui.views.linkgrabber.LinkGrabberTableModel" daemon [_thread_in_Java, id=508, stack(0x0000000025af0000,0x0000000025bf0000)]
0x0000000027ab8800 JavaThread "Scheduler:org.jdownloader.gui.views.linkgrabber.overview.LinkgrabberOverview" daemon [_thread_blocked, id=3864, stack(0x000000002e400000,0x000000002e500000)]
0x0000000027ab6800 JavaThread "Scheduler:jd.controlling.linkcrawler.LinkCrawler" daemon [_thread_blocked, id=5128, stack(0x000000002b500000,0x000000002b600000)]
0x0000000021e2c800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=4044, stack(0x000000002f5c0000,0x000000002f6c0000)]
0x0000000024ff7000 JavaThread "Scheduler:org.appwork.utils.net.httpconnection.HTTPConnectionImpl$1" daemon [_thread_blocked, id=4964, stack(0x000000002b3f0000,0x000000002b4f0000)]
0x00000000277a5800 JavaThread "Queue:jd.controlling.linkcollector.LinkCollector" daemon [_thread_blocked, id=5668, stack(0x0000000028c10000,0x0000000028d10000)]
0x0000000021e2e000 JavaThread "Scheduler:jd.controlling.linkcollector.LinkCollector" daemon [_thread_blocked, id=4144, stack(0x000000002f4b0000,0x000000002f5b0000)]
0x0000000024ff4800 JavaThread "LinkCrawler:24" daemon [_thread_blocked, id=4168, stack(0x000000002f100000,0x000000002f200000)]
0x0000000024ff3000 JavaThread "LinkCrawler:23" daemon [_thread_blocked, id=4972, stack(0x000000002d2e0000,0x000000002d3e0000)]
0x0000000024ff6000 JavaThread "LinkCrawler:22" daemon [_thread_blocked, id=2184, stack(0x000000002ef20000,0x000000002f020000)]
0x000000002785b800 JavaThread "LinkCrawler:21" daemon [_thread_blocked, id=1396, stack(0x000000002e620000,0x000000002e720000)]
0x0000000027858800 JavaThread "LinkCrawler:20" daemon [_thread_blocked, id=4344, stack(0x000000002e2a0000,0x000000002e3a0000)]
0x000000002785a000 JavaThread "LinkCrawler:19" daemon [_thread_blocked, id=2272, stack(0x000000002e110000,0x000000002e210000)]
0x0000000027859800 JavaThread "LinkCrawler:18" daemon [_thread_blocked, id=4220, stack(0x000000002cf50000,0x000000002d050000)]
0x000000002785d000 JavaThread "LinkCrawler:17" daemon [_thread_blocked, id=4544, stack(0x0000000028450000,0x0000000028550000)]
0x000000002785b000 JavaThread "LinkCrawler:16" daemon [_thread_blocked, id=2728, stack(0x0000000023850000,0x0000000023950000)]
0x000000002785e000 JavaThread "LinkCrawler:15" daemon [_thread_blocked, id=2932, stack(0x000000002ce30000,0x000000002cf30000)]
0x0000000027857000 JavaThread "LinkCrawler:14" daemon [_thread_blocked, id=1144, stack(0x000000002b620000,0x000000002b720000)]
0x00000000277a9000 JavaThread "LinkCrawler:13" daemon [_thread_blocked, id=4760, stack(0x00000000289b0000,0x0000000028ab0000)]
0x00000000277aa800 JavaThread "AddLinksDialog:ADD_LINKS_DIALOG" [_thread_blocked, id=2316, stack(0x000000002a480000,0x000000002a580000)]
0x00000000277aa000 JavaThread "AddLinksAction" [_thread_blocked, id=808, stack(0x0000000023c20000,0x0000000023d20000)]
0x00000000277a4800 JavaThread "Scheduler:org.appwork.storage.config.MinTimeWeakReference" daemon [_thread_blocked, id=1656, stack(0x0000000029f30000,0x000000002a030000)]
0x0000000027858000 JavaThread "pool-2-thread-1" [_thread_blocked, id=4844, stack(0x0000000029c40000,0x0000000029d40000)]
0x0000000024ff7800 JavaThread "pool-1-thread-1" [_thread_blocked, id=4988, stack(0x000000002e510000,0x000000002e610000)]
0x0000000025059800 JavaThread "WindowsAntiStandby" daemon [_thread_blocked, id=2496, stack(0x000000002c830000,0x000000002c930000)]
0x0000000025057800 JavaThread "Scheduler:jd.controlling.AccountController$3" daemon [_thread_blocked, id=4164, stack(0x0000000029b30000,0x0000000029c30000)]
0x0000000025056000 JavaThread "HttpServerThread:9666:true" daemon [_thread_in_native, id=1156, stack(0x0000000028b10000,0x0000000028c10000)]
0x00000000277a8800 JavaThread "DestroyJavaVM" [_thread_blocked, id=1740, stack(0x0000000001fe0000,0x00000000020e0000)]
0x0000000025059000 JavaThread "UpdateChecker" [_thread_blocked, id=196, stack(0x0000000029e10000,0x0000000029f10000)]
0x000000002505a800 JavaThread "Swing-Shell" daemon [_thread_blocked, id=3232, stack(0x000000002a2d0000,0x000000002a3d0000)]
0x0000000025056800 JavaThread "StatsSender" daemon [_thread_blocked, id=676, stack(0x0000000029030000,0x0000000029130000)]
0x0000000021e2b000 JavaThread "TimerQueue" daemon [_thread_blocked, id=4664, stack(0x0000000028000000,0x0000000028100000)]
0x0000000021e2a000 JavaThread "WatchDog: jobExecuter" daemon [_thread_blocked, id=1524, stack(0x0000000026730000,0x0000000026830000)]
0x0000000021e28800 JavaThread "SyntheticaCleanerThread" daemon [_thread_blocked, id=4992, stack(0x0000000025c10000,0x0000000025d10000)]
0x0000000021e25800 JavaThread "Scheduler:org.appwork.utils.swing.SlowEDTDetector$1" daemon [_thread_blocked, id=1276, stack(0x0000000025f70000,0x0000000026070000)]
0x0000000021e25000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3460, stack(0x0000000025d10000,0x0000000025e10000)]
0x0000000021e24000 JavaThread "AWT-Shutdown" [_thread_blocked, id=1152, stack(0x00000000234c0000,0x00000000235c0000)]
0x0000000022d27000 JavaThread "Scheduler:org.appwork.storage.config.MinTimeWeakReference" daemon [_thread_blocked, id=1716, stack(0x00000000239e0000,0x0000000023ae0000)]
0x0000000022c9f000 JavaThread "SingleAppInstance: JD2" daemon [_thread_in_native, id=3784, stack(0x00000000240c0000,0x00000000241c0000)]
0x0000000022bf4000 JavaThread "LogFlushThread" daemon [_thread_blocked, id=3424, stack(0x0000000023ae0000,0x0000000023be0000)]
0x0000000022b9f800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=680, stack(0x0000000023650000,0x0000000023750000)]
0x0000000022b9b800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3716, stack(0x0000000023330000,0x0000000023430000)]
0x0000000021eac000 JavaThread "Service Thread" daemon [_thread_blocked, id=3400, stack(0x00000000227c0000,0x00000000228c0000)]
0x0000000021e22000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=4440, stack(0x0000000022570000,0x0000000022670000)]
0x0000000021e21000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3224, stack(0x0000000022390000,0x0000000022490000)]
=>0x0000000020559000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=2992, stack(0x0000000021d20000,0x0000000021e20000)]
0x0000000020552800 JavaThread "Attach Listener" daemon [_thread_blocked, id=3216, stack(0x0000000021ba0000,0x0000000021ca0000)]
0x000000002054f800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4756, stack(0x0000000021980000,0x0000000021a80000)]
0x00000000204f6800 JavaThread "Finalizer" daemon [_thread_blocked, id=1136, stack(0x0000000021a80000,0x0000000021b80000)]
0x00000000204ef800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4196, stack(0x0000000021790000,0x0000000021890000)]

Other Threads:
0x00000000204ea000 VMThread [stack: 0x0000000021630000,0x0000000021730000] [id=4672]
0x0000000021eb9800 WatcherThread [stack: 0x0000000022690000,0x0000000022790000] [id=1780]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
PSYoungGen total 510464K, used 93634K [0x0000000740000000, 0x0000000760d80000, 0x00000007c0000000)
eden space 494080K, 17% used [0x0000000740000000,0x000000074554e348,0x000000075e280000)
from space 16384K, 38% used [0x000000075fd80000,0x00000007603a26a0,0x0000000760d80000)
to space 22016K, 0% used [0x000000075e280000,0x000000075e280000,0x000000075f800000)
ParOldGen total 1079808K, used 631938K [0x0000000640000000, 0x0000000681e80000, 0x0000000740000000)
object space 1079808K, 58% used [0x0000000640000000,0x0000000666920ae8,0x0000000681e80000)
Metaspace used 65261K, capacity 68289K, committed 77352K, reserved 1114112K
class space used 9177K, capacity 9852K, committed 11824K, reserved 1048576K

Card table byte_map: [0x0000000011770000,0x0000000012380000] byte_map_base: 0x000000000e570000

Marking Bits: (ParMarkBitMap*) 0x000000006ee84040
Begin Bits: [0x0000000012ee0000, 0x0000000018ee0000)
End Bits: [0x0000000018ee0000, 0x000000001eee0000)

Polling page: 0x0000000000310000

CodeCache: size=245760Kb used=48349Kb max_used=48430Kb free=197410Kb
bounds [0x00000000023b0000, 0x00000000053a0000, 0x00000000113b0000]
total_blobs=13980 nmethods=13165 adapters=723
compilation: enabled

Compilation events (10 events):
Event: 11622.860 Thread 0x0000000020559000 nmethod 18969 0x0000000003d52710 code [0x0000000003d52860, 0x0000000003d529d8]
Event: 11633.864 Thread 0x0000000021e21000 18970 4 javax.swing.JComponent::processMouseMotionEvent (46 bytes)
Event: 11633.873 Thread 0x0000000021e21000 nmethod 18970 0x0000000004c84210 code [0x0000000004c84380, 0x0000000004c84548]
Event: 11634.048 Thread 0x0000000020559000 18971 ! 4 java.awt.event.MouseEvent::getPoint (36 bytes)
Event: 11634.050 Thread 0x0000000020559000 nmethod 18971 0x0000000003767bd0 code [0x0000000003767d20, 0x0000000003767f98]
Event: 11640.533 Thread 0x0000000021e22000 18972 3 java.awt.Window::getToolkit (4 bytes)
Event: 11640.546 Thread 0x0000000021e22000 nmethod 18972 0x0000000004bd0750 code [0x0000000004bd08e0, 0x0000000004bd0df8]
Event: 11641.736 Thread 0x0000000021e21000 18973 4 java.awt.AWTEventMulticaster::populateListenerArray (58 bytes)
Event: 11641.781 Thread 0x0000000021e21000 nmethod 18973 0x0000000004972690 code [0x0000000004972820, 0x0000000004972e30]
Event: 11642.281 Thread 0x0000000020559000 18974 4 javax.swing.ScrollPaneLayout::minimumLayoutSize (339 bytes)

GC Heap History (10 events):
Event: 11601.667 GC heap before
{Heap before GC invocations=905 (full 17):
PSYoungGen total 517120K, used 502896K [0x0000000740000000, 0x0000000761280000, 0x00000007c0000000)
eden space 497152K, 100% used [0x0000000740000000,0x000000075e580000,0x000000075e580000)
from space 19968K, 28% used [0x000000075e580000,0x000000075eb1c3a8,0x000000075f900000)
to space 18944K, 0% used [0x0000000760000000,0x0000000760000000,0x0000000761280000)
ParOldGen total 1079808K, used 558277K [0x0000000640000000, 0x0000000681e80000, 0x0000000740000000)
object space 1079808K, 51% used [0x0000000640000000,0x00000006621315b8,0x0000000681e80000)
Metaspace used 65201K, capacity 68193K, committed 77352K, reserved 1114112K
class space used 9168K, capacity 9833K, committed 11824K, reserved 1048576K
Event: 11601.685 GC heap after
Heap after GC invocations=905 (full 17):
PSYoungGen total 516096K, used 11232K [0x0000000740000000, 0x0000000760f00000, 0x00000007c0000000)
eden space 500736K, 0% used [0x0000000740000000,0x0000000740000000,0x000000075e900000)
from space 15360K, 73% used [0x0000000760000000,0x0000000760af83f8,0x0000000760f00000)
to space 19456K, 0% used [0x000000075e900000,0x000000075e900000,0x000000075fc00000)
ParOldGen total 1079808K, used 563794K [0x0000000640000000, 0x0000000681e80000, 0x0000000740000000)
object space 1079808K, 52% used [0x0000000640000000,0x0000000662694b18,0x0000000681e80000)
Metaspace used 65201K, capacity 68193K, committed 77352K, reserved 1114112K
class space used 9168K, capacity 9833K, committed 11824K, reserved 1048576K
}
Event: 11615.318 GC heap before
{Heap before GC invocations=906 (full 17):
PSYoungGen total 516096K, used 511968K [0x0000000740000000, 0x0000000760f00000, 0x00000007c0000000)
eden space 500736K, 100% used [0x0000000740000000,0x000000075e900000,0x000000075e900000)
from space 15360K, 73% used [0x0000000760000000,0x0000000760af83f8,0x0000000760f00000)
to space 19456K, 0% used [0x000000075e900000,0x000000075e900000,0x000000075fc00000)
ParOldGen total 1079808K, used 563794K [0x0000000640000000, 0x0000000681e80000, 0x0000000740000000)
object space 1079808K, 52% used [0x0000000640000000,0x0000000662694b30,0x0000000681e80000)
Metaspace used 65204K, capacity 68199K, committed 77352K, reserved 1114112K
class space used 9168K, capacity 9834K, committed 11824K, reserved 1048576K
Event: 11615.350 GC heap after
Heap after GC invocations=906 (full 17):
PSYoungGen total 501760K, used 11143K [0x0000000740000000, 0x0000000760500000, 0x00000007c0000000)
eden space 490496K, 0% used [0x0000000740000000,0x0000000740000000,0x000000075df00000)
from space 11264K, 98% used [0x000000075e900000,0x000000075f3e1c30,0x000000075f400000)
to space 17408K, 0% used [0x000000075f400000,0x000000075f400000,0x0000000760500000)
ParOldGen total 1079808K, used 615890K [0x0000000640000000, 0x0000000681e80000, 0x0000000740000000)
object space 1079808K, 57% used [0x0000000640000000,0x0000000665974888,0x0000000681e80000)
Metaspace used 65204K, capacity 68199K, committed 77352K, reserved 1114112K
class space used 9168K, capacity 9834K, committed 11824K, reserved 1048576K
}
Event: 11618.677 GC heap before
{Heap before GC invocations=907 (full 17):
PSYoungGen total 501760K, used 501639K [0x0000000740000000, 0x0000000760500000, 0x00000007c0000000)
eden space 490496K, 100% used [0x0000000740000000,0x000000075df00000,0x000000075df00000)
from space 11264K, 98% used [0x000000075e900000,0x000000075f3e1c30,0x000000075f400000)
to space 17408K, 0% used [0x000000075f400000,0x000000075f400000,0x0000000760500000)
ParOldGen total 1079808K, used 615894K [0x0000000640000000, 0x0000000681e80000, 0x0000000740000000)
object space 1079808K, 57% used [0x0000000640000000,0x0000000665975a80,0x0000000681e80000)
Metaspace used 65210K, capacity 68209K, committed 77352K, reserved 1114112K
class space used 9169K, capacity 9836K, committed 11824K, reserved 1048576K
Event: 11618.701 GC heap after
Heap after GC invocations=907 (full 17):
PSYoungGen total 506368K, used 17381K [0x0000000740000000, 0x0000000762000000, 0x00000007c0000000)
eden space 488960K, 0% used [0x0000000740000000,0x0000000740000000,0x000000075dd80000)
from space 17408K, 99% used [0x000000075f400000,0x00000007604f9630,0x0000000760500000)
to space 23040K, 0% used [0x000000075dd80000,0x000000075dd80000,0x000000075f400000)
ParOldGen total 1079808K, used 620182K [0x0000000640000000, 0x0000000681e80000, 0x0000000740000000)
object space 1079808K, 57% used [0x0000000640000000,0x0000000665da5a80,0x0000000681e80000)
Metaspace used 65210K, capacity 68209K, committed 77352K, reserved 1114112K
class space used 9169K, capacity 9836K, committed 11824K, reserved 1048576K
}
Event: 11620.484 GC heap before
{Heap before GC invocations=908 (full 17):
PSYoungGen total 506368K, used 506341K [0x0000000740000000, 0x0000000762000000, 0x00000007c0000000)
eden space 488960K, 100% used [0x0000000740000000,0x000000075dd80000,0x000000075dd80000)
from space 17408K, 99% used [0x000000075f400000,0x00000007604f9630,0x0000000760500000)
to space 23040K, 0% used [0x000000075dd80000,0x000000075dd80000,0x000000075f400000)
ParOldGen total 1079808K, used 620182K [0x0000000640000000, 0x0000000681e80000, 0x0000000740000000)
object space 1079808K, 57% used [0x0000000640000000,0x0000000665da5a80,0x0000000681e80000)
Metaspace used 65210K, capacity 68209K, committed 77352K, reserved 1114112K
class space used 9169K, capacity 9836K, committed 11824K, reserved 1048576K
Event: 11620.503 GC heap after
Heap after GC invocations=908 (full 17):
PSYoungGen total 512000K, used 4404K [0x0000000740000000, 0x0000000761380000, 0x00000007c0000000)
eden space 488960K, 0% used [0x0000000740000000,0x0000000740000000,0x000000075dd80000)
from space 23040K, 19% used [0x000000075dd80000,0x000000075e1cd178,0x000000075f400000)
to space 22528K, 0% used [0x000000075fd80000,0x000000075fd80000,0x0000000761380000)
ParOldGen total 1079808K, used 630039K [0x0000000640000000, 0x0000000681e80000, 0x0000000740000000)
object space 1079808K, 58% used [0x0000000640000000,0x0000000666745e58,0x0000000681e80000)
Metaspace used 65210K, capacity 68209K, committed 77352K, reserved 1114112K
class space used 9169K, capacity 9836K, committed 11824K, reserved 1048576K
}
Event: 11638.800 GC heap before
{Heap before GC invocations=909 (full 17):
PSYoungGen total 512000K, used 493364K [0x0000000740000000, 0x0000000761380000, 0x00000007c0000000)
eden space 488960K, 100% used [0x0000000740000000,0x000000075dd80000,0x000000075dd80000)
from space 23040K, 19% used [0x000000075dd80000,0x000000075e1cd178,0x000000075f400000)
to space 22528K, 0% used [0x000000075fd80000,0x000000075fd80000,0x0000000761380000)
ParOldGen total 1079808K, used 630039K [0x0000000640000000, 0x0000000681e80000, 0x0000000740000000)
object space 1079808K, 58% used [0x0000000640000000,0x0000000666745e58,0x0000000681e80000)
Metaspace used 65248K, capacity 68269K, committed 77352K, reserved 1114112K
class space used 9175K, capacity 9848K, committed 11824K, reserved 1048576K
Event: 11638.854 GC heap after
Heap after GC invocations=909 (full 17):
PSYoungGen total 510464K, used 6281K [0x0000000740000000, 0x0000000760d80000, 0x00000007c0000000)
eden space 494080K, 0% used [0x0000000740000000,0x0000000740000000,0x000000075e280000)
from space 16384K, 38% used [0x000000075fd80000,0x00000007603a26a0,0x0000000760d80000)
to space 22016K, 0% used [0x000000075e280000,0x000000075e280000,0x000000075f800000)
ParOldGen total 1079808K, used 631938K [0x0000000640000000, 0x0000000681e80000, 0x0000000740000000)
object space 1079808K, 58% used [0x0000000640000000,0x0000000666920ae8,0x0000000681e80000)
Metaspace used 65248K, capacity 68269K, committed 77352K, reserved 1114112K
class space used 9175K, capacity 9848K, committed 11824K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 10611.145 Thread 0x0000000021e25000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002f94148 method=java.awt.AWTEventMulticaster.populateListenerArray([Ljava/util/EventListener;Ljava/util/EventListener;I)I @ 51
Event: 10611.158 Thread 0x0000000021e25000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002f94148 method=java.awt.AWTEventMulticaster.populateListenerArray([Ljava/util/EventListener;Ljava/util/EventListener;I)I @ 51
Event: 10611.158 Thread 0x0000000021e25000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002f94204 method=java.awt.AWTEventMulticaster.populateListenerArray([Ljava/util/EventListener;Ljava/util/EventListener;I)I @ 51
Event: 10611.165 Thread 0x0000000021e25000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002f94148 method=java.awt.AWTEventMulticaster.populateListenerArray([Ljava/util/EventListener;Ljava/util/EventListener;I)I @ 51
Event: 10611.165 Thread 0x0000000021e25000 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0000000002f94204 method=java.awt.AWTEventMulticaster.populateListenerArray([Ljava/util/EventListener;Ljava/util/EventListener;I)I @ 51
Event: 10808.548 Thread 0x0000000021e25000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000005372890 method=java.awt.AWTEventMulticaster.getListenerCount(Ljava/util/EventListener;Ljava/lang/Class;)I @ 32
Event: 10812.600 Thread 0x0000000021e2b000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000004441320 method=sun.awt.PostEventQueue.flush()V @ 23
Event: 11181.791 Thread 0x0000000024ff6000 Uncommon trap: reason=unhandled action=reinterpret pc=0x0000000003df5b60 method=java.lang.invoke.CallSite.<init>(Ljava/lang/invoke/MethodHandle;)V @ 11
Event: 11408.548 Thread 0x0000000021e25000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000003e46710 method=java.awt.AWTEventMulticaster.populateListenerArray([Ljava/util/EventListener;Ljava/util/EventListener;I)I @ 42
Event: 11611.373 Thread 0x000000002785d000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x000000000476ce74 method=java.lang.invoke.MethodTypeForm.cachedLambdaForm(I)Ljava/lang/invoke/LambdaForm; @ 36

Internal exceptions (10 events):
Event: 10806.534 Thread 0x0000000025059000 Exception <a 'java/io/IOException'> (0x000000074507d450) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 10806.534 Thread 0x0000000025059000 Exception <a 'java/io/IOException'> (0x000000074507d6b0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 10808.548 Thread 0x0000000021e25000 Implicit null exception at 0x0000000005372691 to 0x0000000005372881
Event: 11105.121 Thread 0x0000000025056000 Exception <a 'java/net/SocketTimeoutException': Accept timed out> (0x000000074ae675a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 11181.791 Thread 0x0000000024ff6000 Implicit null exception at 0x0000000003df57da to 0x0000000003df5b4d
Event: 11405.125 Thread 0x0000000025056000 Exception <a 'java/net/SocketTimeoutException': Accept timed out> (0x000000075bfe3808) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jni.cpp, line 735]
Event: 11406.545 Thread 0x0000000025059000 Exception <a 'java/io/IOException'> (0x00000007412795a0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 11406.545 Thread 0x0000000025059000 Exception <a 'java/io/IOException'> (0x0000000741279800) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u45\3457\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 11408.548 Thread 0x0000000021e25000 Implicit null exception at 0x0000000003e46270 to 0x0000000003e466f5
Event: 11611.373 Thread 0x000000002785d000 Implicit null exception at 0x00000000047678a2 to 0x000000000476ce29

Events (10 events):
Event: 11641.873 Thread 0x0000000021e21000 flushing nmethod 0x00000000041b8b90
Event: 11642.132 Thread 0x0000000027ab9800 Thread added: 0x0000000027ab9800
Event: 11642.132 Executing VM operation: RevokeBias
Event: 11642.132 Executing VM operation: RevokeBias done
Event: 11642.132 Executing VM operation: BulkRevokeBias
Event: 11642.138 Executing VM operation: BulkRevokeBias done
Event: 11642.169 loading class jdk/nashorn/internal/runtime/Undefined
Event: 11642.169 loading class jdk/nashorn/internal/runtime/Undefined done
Event: 11642.172 loading class jdk/nashorn/internal/runtime/Undefined
Event: 11642.172 loading class jdk/nashorn/internal/runtime/Undefined done


Dynamic libraries:
0x000000013f370000 - 0x000000013f3a7000 C:\Program Files\Java\jre1.8.0_45\bin\javaw.exe
0x0000000077a30000 - 0x0000000077bd9000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000077910000 - 0x0000000077a2f000 C:\Windows\system32\kernel32.dll
0x000007fefd9d0000 - 0x000007fefda3c000 C:\Windows\system32\KERNELBASE.dll
0x000007fefdbb0000 - 0x000007fefdc8b000 C:\Windows\system32\ADVAPI32.dll
0x000007feffb50000 - 0x000007feffbef000 C:\Windows\system32\msvcrt.dll
0x000007fefe670000 - 0x000007fefe68f000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefdc90000 - 0x000007fefddbd000 C:\Windows\system32\RPCRT4.dll
0x0000000077810000 - 0x000000007790a000 C:\Windows\system32\USER32.dll
0x000007fefdf50000 - 0x000007fefdfb7000 C:\Windows\system32\GDI32.dll
0x000007fefe060000 - 0x000007fefe06e000 C:\Windows\system32\LPK.dll
0x000007feffbf0000 - 0x000007feffcb9000 C:\Windows\system32\USP10.dll
0x000007fefc0c0000 - 0x000007fefc2b4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18807_none_fa381d5f175bfb52\COMCTL32.dll
0x000007fefe780000 - 0x000007fefe7f1000 C:\Windows\system32\SHLWAPI.dll
0x000007fefe6f0000 - 0x000007fefe71e000 C:\Windows\system32\IMM32.DLL
0x000007fefe110000 - 0x000007fefe219000 C:\Windows\system32\MSCTF.dll
0x000000006ef10000 - 0x000000006efe2000 C:\Program Files\Java\jre1.8.0_45\bin\msvcr100.dll
0x000000006e680000 - 0x000000006ef03000 C:\Program Files\Java\jre1.8.0_45\bin\server\jvm.dll
0x000007feeff00000 - 0x000007feeff09000 C:\Windows\system32\WSOCK32.dll
0x000007fefe720000 - 0x000007fefe76d000 C:\Windows\system32\WS2_32.dll
0x000007fefe770000 - 0x000007fefe778000 C:\Windows\system32\NSI.dll
0x000007fefb7c0000 - 0x000007fefb7fb000 C:\Windows\system32\WINMM.dll
0x000007fefc8c0000 - 0x000007fefc8cc000 C:\Windows\system32\VERSION.dll
0x0000000077c00000 - 0x0000000077c07000 C:\Windows\system32\PSAPI.DLL
0x0000000070920000 - 0x000000007092f000 C:\Program Files\Java\jre1.8.0_45\bin\verify.dll
0x000000006f130000 - 0x000000006f159000 C:\Program Files\Java\jre1.8.0_45\bin\java.dll
0x00000000701c0000 - 0x00000000701d6000 C:\Program Files\Java\jre1.8.0_45\bin\zip.dll
0x000007fefebb0000 - 0x000007feff939000 C:\Windows\system32\SHELL32.dll
0x000007feff940000 - 0x000007feffb43000 C:\Windows\system32\ole32.dll
0x000007fefd800000 - 0x000007fefd80f000 C:\Windows\system32\profapi.dll
0x000000006e4e0000 - 0x000000006e678000 C:\Program Files\Java\jre1.8.0_45\bin\awt.dll
0x000007fefe800000 - 0x000007fefe8d7000 C:\Windows\system32\OLEAUT32.dll
0x000007fefbde0000 - 0x000007fefbe36000 C:\Windows\system32\uxtheme.dll
0x0000000180000000 - 0x0000000180015000 C:\Program Files (x86)\Ad Muncher\AM64-34121.dll
0x000007fefb9e0000 - 0x000007fefb9f8000 C:\Windows\system32\dwmapi.dll
0x000007fefd690000 - 0x000007fefd69f000 C:\Windows\system32\CRYPTBASE.dll
0x000000006f240000 - 0x000000006f25a000 C:\Program Files\Java\jre1.8.0_45\bin\net.dll
0x000007fefcf90000 - 0x000007fefcfe5000 C:\Windows\system32\mswsock.dll
0x000007fefcf80000 - 0x000007fefcf87000 C:\Windows\System32\wship6.dll
0x000000006f110000 - 0x000000006f121000 C:\Program Files\Java\jre1.8.0_45\bin\nio.dll
0x000007fefc990000 - 0x000007fefc997000 C:\Windows\System32\wshtcpip.dll
0x000007fefd5f0000 - 0x000007fefd647000 C:\Windows\system32\apphelp.dll
0x000000006f100000 - 0x000000006f10d000 C:\Program Files\Java\jre1.8.0_45\bin\management.dll
0x000007fefcff0000 - 0x000007fefd008000 C:\Windows\system32\CRYPTSP.dll
0x000007fefccf0000 - 0x000007fefcd37000 C:\Windows\system32\rsaenh.dll
0x000007fefd980000 - 0x000007fefd99e000 C:\Windows\system32\USERENV.dll
0x000007fefafe0000 - 0x000007fefb007000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fefafb0000 - 0x000007fefafbb000 C:\Windows\system32\WINNSI.DLL
0x000007fefac50000 - 0x000007fefac61000 C:\Windows\system32\dhcpcsvc6.DLL
0x000007fefac70000 - 0x000007fefac88000 C:\Windows\system32\dhcpcsvc.DLL
0x0000000001df0000 - 0x0000000001e28000 V:\Jdownloader2\tmp\jna\jna7862651214782595215.dll
0x000000006e380000 - 0x000000006e422000 C:\Program Files\Java\jre1.8.0_45\bin\mlib_image.dll
0x000000006f0d0000 - 0x000000006f0fa000 C:\Program Files\Java\jre1.8.0_45\bin\dcpr.dll
0x000000006e490000 - 0x000000006e4d7000 C:\Program Files\Java\jre1.8.0_45\bin\fontmanager.dll
0x000000006e440000 - 0x000000006e481000 C:\Program Files\Java\jre1.8.0_45\bin\t2k.dll
0x000000006e350000 - 0x000000006e374000 C:\Program Files\Java\jre1.8.0_45\bin\sunec.dll
0x000007fefa4b0000 - 0x000007fefa550000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_a4d3b9377117c3df\comctl32.dll
0x000007fefe070000 - 0x000007fefe109000 C:\Windows\system32\CLBCatQ.DLL
0x000007fefbf90000 - 0x000007fefc0bc000 C:\Windows\system32\propsys.dll
0x000007fefb800000 - 0x000007fefb82d000 C:\Windows\system32\ntmarta.dll
0x000007fefe690000 - 0x000007fefe6e2000 C:\Windows\system32\WLDAP32.dll
0x000007feedba0000 - 0x000007feedd3c000 C:\Windows\system32\NetworkExplorer.dll
0x000007feefc30000 - 0x000007feefc64000 C:\Windows\System32\shdocvw.dll
0x000007fefb2f0000 - 0x000007fefb2fb000 C:\Windows\system32\slc.dll
0x000007fefe470000 - 0x000007fefe647000 C:\Windows\system32\SETUPAPI.dll
0x000007fefd8a0000 - 0x000007fefd8d6000 C:\Windows\system32\CFGMGR32.dll
0x000007fefd9b0000 - 0x000007fefd9ca000 C:\Windows\system32\DEVOBJ.dll
0x000007fef1fa0000 - 0x000007fef1fb8000 C:\Windows\system32\MPR.dll
0x000007fefad30000 - 0x000007fefad3a000 C:\Windows\System32\drprov.dll
0x000007fefd650000 - 0x000007fefd68d000 C:\Windows\System32\WINSTA.dll
0x000007feebeb0000 - 0x000007feebed2000 C:\Windows\System32\ntlanman.dll
0x000007feebe90000 - 0x000007feebead000 C:\Windows\System32\davclnt.dll
0x000007feec3a0000 - 0x000007feec3aa000 C:\Windows\System32\DAVHLPR.dll
0x000007fefafc0000 - 0x000007fefafd5000 C:\Windows\system32\wkscli.dll
0x000007fef5300000 - 0x000007fef530f000 C:\Windows\system32\cscapi.dll
0x000007fefb030000 - 0x000007fefb03c000 C:\Windows\system32\netutils.dll
0x000007fee6b20000 - 0x000007fee6d91000 C:\Windows\system32\wpdshext.dll
0x000007fefbb90000 - 0x000007fefbda6000 C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18834_none_2b26557a71eb7 442\gdiplus.dll
0x000007fef1d90000 - 0x000007fef1e4d000 C:\Windows\system32\PortableDeviceApi.dll
0x000007fefd850000 - 0x000007fefd88b000 C:\Windows\system32\WINTRUST.dll
0x000007fefda40000 - 0x000007fefdbad000 C:\Windows\system32\CRYPT32.dll
0x000007fefd7f0000 - 0x000007fefd7ff000 C:\Windows\system32\MSASN1.dll
0x000007fef0170000 - 0x000007fef01a5000 C:\Windows\system32\EhStorShell.dll
0x000007feedd80000 - 0x000007feedda7000 C:\Windows\system32\EhStorAPI.dll
0x000007feefc20000 - 0x000007feefc2c000 C:\Windows\system32\LINKINFO.dll
0x000007fefb830000 - 0x000007fefb991000 C:\Windows\system32\WindowsCodecs.dll
0x000007fef00f0000 - 0x000007fef016e000 C:\Windows\System32\cscui.dll
0x000007fef00e0000 - 0x000007fef00ec000 C:\Windows\System32\CSCDLL.dll
0x000007fef0060000 - 0x000007fef00e0000 C:\Windows\system32\ntshrui.dll
0x000007fefd270000 - 0x000007fefd293000 C:\Windows\system32\srvcli.dll
0x000007fefa5e0000 - 0x000007fefa67c000 C:\Windows\system32\mscms.dll
0x000007feea1f0000 - 0x000007feea232000 C:\Windows\system32\icm32.dll
0x000007fefb4f0000 - 0x000007fefb505000 C:\Windows\system32\NLAapi.dll
0x000007fef20c0000 - 0x000007fef20d5000 C:\Windows\system32\napinsp.dll
0x000007fef2060000 - 0x000007fef2079000 C:\Windows\system32\pnrpnsp.dll
0x000007fefce10000 - 0x000007fefce6b000 C:\Windows\system32\DNSAPI.dll
0x000007fef1f20000 - 0x000007fef1f2b000 C:\Windows\System32\winrnr.dll
0x000007fefae20000 - 0x000007fefae73000 C:\Windows\System32\fwpuclnt.dll
0x000007fef6810000 - 0x000007fef6818000 C:\Windows\system32\rasadhlp.dll
0x000007fef4220000 - 0x000007fef4345000 C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Xmx6G -XX:MaxHeapFreeRatio=100 -XX:MinHeapFreeRatio=10
java_command: JDownloader.jar
java_class_path (initial): JDownloader.jar
Launcher Type: SUN_STANDARD

Environment Variables:

USERNAME=X
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 30 Stepping 5, GenuineIntel



--------------- S Y S T E M ---------------

OS: Windows 7 , 64 bit Build 7601

CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 30 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, tsc, tscinvbit

Memory: 4k page, physical 10476976k(4580k free), swap 18668164k(5116k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.45-b02) for windows-amd64 JRE (1.8.0_45-b14), built on Apr 10 2015 10:34:15 by "java_re" with MS VC++ 10.0 (VS2010)

time: Wed May 20 12:42:29 2015
elapsed time: 11642 seconds (0d 3h 14m 2s)

Last edited by Jiaz; 20.05.2015 at 15:18.
Reply With Quote
  #102  
Old 20.05.2015, 15:18
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Looks like Memleak outside JD. There is not enough native memory and java is limited to 6GB, so looks like something else (Firewall/AV) is eating up memory. I can offer help via teamviewer
__________________
JD-Dev & Server-Admin
Reply With Quote
  #103  
Old 20.05.2015, 15:34
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

I know how to solve the problem but do not know what should be the correct settings in the System registry. I'll have to ask for another forum or you will know how to set it up:


Quote:
The Microsoft Windows Dynamic Cache Service will manage the working set size of the Windows System File Cache. For 64 bit systems this service helps to address the problem of excessive cached read I/O that could eventually consume all of physical memory. Sample source code and compiled files are included in the compressed file.

Example:

To set the 50% [MAX SIZE 5 GB] of RAM use?


My Defaul: 96%(Cashe) 96% RAM (9,6GB)

To work around this issue, use the GetSystemFileCacheSize API function and the SetSystemFileCacheSize API function to set the maximum or minimum size value for the working sets of the system file cache. The use of these functions is the only supported method to restrict the consumption of physical memory by the system file cache.


Quote:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DynCache\Parameters]
"BackOffMBytesOnLowMemory"=dword:000001f4
"MaxSystemCacheMBytes"=dword:00000000
"MinSystemCacheMBytes"=dword:00000064
"SampleIntervalSecs"=dword:0000003c
"CacheUpdateThresholdMBytes"=dword:00000064

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DynCache\Parameters\Notepad]
"AdditionalBackoffMBytes"=dword:0000000a

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DynCache\Parameters\sqlservr]
"AdditionalBackOffCounter"="\\SQLServer:Memory Manager\\Total Server Memory (KB)"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DynCache\Parameters\System]
RegValue: MaxSystemCacheMBytes
Type: REG_DWORD
Values:
0 = Limit to 90% of Physical RAM (default)
1-99 = Limit the maximum size of the System File Cache to this percentage of Physical RAM
> 200 = Limit the maximum size of the System File Cache to x Mbytes
How this works:
This setting is the absolute maximum that the System File Cache’s working set could be set to. The default is 0, limiting it to 90% of physical RAM with an upper limit of total Physical RAM minus 300 Mbytes. The lower limit for absolute values is 200 Mbytes and it must be at least 100 Mbytes greater than the MinSystemCacheMBytes value, which defaults to 100 Mbytes.


RegValue: MinSystemCacheMBytes
Type: REG_DWORD
Values:
0 = 100 Mbytes (default)
x = Limit the minimum size of the System File Cache to x Mbytes
How this works:
This setting is the minimum size of the System File Cache’s working set. The absolute lower limit is 100 Mbytes.The service does not dynamically change this value.

Last edited by djmakinera; 20.05.2015 at 16:57.
Reply With Quote
  #104  
Old 20.05.2015, 17:27
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

A cache will be emptied when memory is needed, flushed to disk and freed. No this is not the cause. I can take a look via Teamviewer if you want.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #105  
Old 20.05.2015, 19:07
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Jiaz - JD2 uses 200MB to 2 GB (low)

Please differentiate three types of memory
a)RAM
b)SWAP
c)Cashe DLL / Buffer issue


Fair warning: most programs don’t handle running out of memory, so don’t be surprised if flushmem.exe causes running programs to crash, potentially losing your data.


Last edited by djmakinera; 20.05.2015 at 19:21.
Reply With Quote
  #106  
Old 21.05.2015, 09:55
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

You should never have to manually flush any memory!!That will lead to dataloss if the data is not written to disk yet!! It is job of the os to do this. And it will do it when memory is needed for other things.
Again. You should use taskmanager or processexplorer WHAT exactly eats up all the memory. My System hasnt touched swap in years (16GB RAM). So again.. I think some firewall/av(something sitting in your os) has a memleak.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #107  
Old 22.05.2015, 02:48
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default java.io.IOException: throttle interrupted | Socket closed

100% freeze connection. Can not stop!



------------------------Thread: 33422:vkontakte.ru.log-----------------------
--ID:33422TS:1432247854683-5/22/15 12:37:34 AM - [] -> java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at sun.security.ssl.InputRecord.readFully(Unknown Source)
at sun.security.ssl.InputRecord.readV3Record(Unknown Source)
at sun.security.ssl.InputRecord.read(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
at sun.security.ssl.AppInputStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at java.io.FilterInputStream.read(Unknown Source)
at org.appwork.utils.net.CountingInputStream.read(CountingInputStream.java:38)
at org.appwork.utils.net.LimitedInputStream.read(LimitedInputStream.java:46)
at org.appwork.utils.net.throttledconnection.ThrottledInputStream.read(ThrottledInputStream.java:135)
at jd.plugins.download.raf.RAFChunk.download(RAFChunk.java:272)
at jd.plugins.download.raf.RAFChunk.run0(RAFChunk.java:573)
at jd.plugins.download.raf.RAFChunk.run(RAFChunk.java:467)

------------------------Thread: 33347:vkontakte.ru.log-----------------------
--ID:33347TS:1432247854690-5/22/15 12:37:34 AM - [jd.plugins.download.raf.OldRAFDownload(handleErrors)] -> ExternalStop: true|VerifiedFilesize: 898817|FileSize: 898817|Loaded: 424110
------------------------Thread: 33467:vkontakte.ru.log-----------------------
--ID:33467TS:1432247854699-5/22/15 12:37:34 AM - [] -> java.io.IOException: throttle interrupted
at org.appwork.utils.net.throttledconnection.ThrottledInputStream.readWait(ThrottledInputStream.java:16 8)
at org.appwork.utils.net.throttledconnection.ThrottledInputStream.read(ThrottledInputStream.java:142)
at jd.plugins.download.raf.RAFChunk.download(RAFChunk.java:272)
at jd.plugins.download.raf.RAFChunk.run0(RAFChunk.java:573)
at jd.plugins.download.raf.RAFChunk.run(RAFChunk.java:467)
Caused by: java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Unknown Source)
at org.appwork.utils.net.throttledconnection.ThrottledInputStream.readWait(ThrottledInputStream.java:16 6)
... 4 more

------------------------Thread: 33469:vkontakte.ru.log-----------------------
--ID:33469TS:1432247854699-5/22/15 12:37:34 AM - [] -> java.io.IOException: throttle interrupted
at org.appwork.utils.net.throttledconnection.ThrottledInputStream.readWait(ThrottledInputStream.java:16 8)
at org.appwork.utils.net.throttledconnection.ThrottledInputStream.read(ThrottledInputStream.java:142)
at jd.plugins.download.raf.RAFChunk.download(RAFChunk.java:272)
at jd.plugins.download.raf.RAFChunk.run0(RAFChunk.java:573)
at jd.plugins.download.raf.RAFChunk.run(RAFChunk.java:467)
Caused by: java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Unknown Source)
at org.appwork.utils.net.throttledconnection.ThrottledInputStream.readWait(ThrottledInputStream.java:16 6)
... 4 more

--ID:33469TS:1432247854699-5/22/15 12:37:34 AM - [jd.plugins.download.raf.RAFChunk(download)] -> ExternalAbort: true
--ID:33469TS:1432247854699-5/22/15 12:37:34 AM - [jd.plugins.download.raf.RAFChunk(download)] -> Download not finished. Loaded until now: 0/57283 read:10 written:0
--ID:33469TS:1432247854699-5/22/15 12:37:34 AM - [jd.plugins.download.raf.RAFChunk(run0)] -> Chunk finished 0 0 bytes
------------------------Thread: 33485:vkontakte.ru.log-----------------------
--ID:33485TS:1432247854690-5/22/15 12:37:34 AM - [jd.plugins.download.raf.OldRAFDownload(stopDownload)] -> externalStop recieved
------------------------Thread: 33425:vkontakte.ru.log-----------------------
--ID:33425TS:1432247854699-5/22/15 12:37:34 AM - [jd.plugins.download.raf.OldRAFDownload(onChunksReady)] -> Close connections if they are not closed yet
--ID:33425TS:1432247854700-5/22/15 12:37:34 AM - [jd.plugins.download.raf.OldRAFDownload(closeOutputChannel)] -> Close File. Let AV programs run
------------------------Thread: 33468:vkontakte.ru.log-----------------------
--ID:33468TS:1432247854700-5/22/15 12:37:34 AM - [] -> java.io.IOException: throttle interrupted
at org.appwork.utils.net.throttledconnection.ThrottledInputStream.readWait(ThrottledInputStream.java:16 8)
at org.appwork.utils.net.throttledconnection.ThrottledInputStream.read(ThrottledInputStream.java:142)
at jd.plugins.download.raf.RAFChunk.download(RAFChunk.java:272)
at jd.plugins.download.raf.RAFChunk.run0(RAFChunk.java:573)
at jd.plugins.download.raf.RAFChunk.run(RAFChunk.java:467)
Caused by: java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Unknown Source)
at org.appwork.utils.net.throttledconnection.ThrottledInputStream.readWait(ThrottledInputStream.java:16 6)
... 4 more







2015-05-22 01:46:58
Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode):

"Scheduler:org.appwork.storage.config.MinTimeWeakReference" #33627 daemon prio=6 os_prio=0 tid=0x000000002797e000 nid=0x1050 waiting on condition [0x000000002a59e000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000006401d63f8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"RMI TCP Connection(3)-192.168.1.2" #33614 daemon prio=5 os_prio=0 tid=0x000000002d8e4000 nid=0x1ac8 runnable [0x000000002e20e000]
java.lang.Thread.State: RUNNABLE
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
- locked <0x00000006a1bc93a0> (a java.io.BufferedInputStream)
at java.io.FilterInputStream.read(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$254(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$$Lambda$30/53080750.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- <0x00000006a1bd3b98> (a java.util.concurrent.ThreadPoolExecutor$Worker)

"JMX server connection timeout 33613" #33613 daemon prio=5 os_prio=0 tid=0x000000002797d000 nid=0x1848 in Object.wait() [0x000000002cb5f000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at com.sun.jmx.remote.internal.ServerCommunicatorAdmin$Timeout.run(Unknown Source)
- locked <0x00000006a1bcde08> (a [I)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"RMI Scheduler(0)" #33612 daemon prio=5 os_prio=0 tid=0x0000000027b16000 nid=0x1bec waiting on condition [0x000000002a43e000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000006a1bd38b8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"RMI TCP Accept-0" #33610 daemon prio=5 os_prio=0 tid=0x000000002797c800 nid=0x164c runnable [0x000000002a19e000]
java.lang.Thread.State: RUNNABLE
at java.net.TwoStacksPlainSocketImpl.socketAccept(Native Method)
at java.net.AbstractPlainSocketImpl.accept(Unknown Source)
at java.net.PlainSocketImpl.accept(Unknown Source)
- locked <0x00000006a1aa6f00> (a java.net.SocksSocketImpl)
at java.net.ServerSocket.implAccept(Unknown Source)
at java.net.ServerSocket.accept(Unknown Source)
at sun.management.jmxremote.LocalRMIServerSocketFactory$1.accept(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"Download: 209232161_346465663_vkontakte.ru" #33584 daemon prio=1 os_prio=-2 tid=0x000000002c2f8000 nid=0x1a94 in Object.wait() [0x0000000034bfe000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Unknown Source)
at jd.controlling.downloadcontroller.DownloadWatchDog.localFileCheck(DownloadWatchDog.java:3881)
- locked <0x0000000698c93c28> (a org.appwork.utils.NullsafeAtomicReference)
at jd.plugins.download.DownloadLinkDownloadable.checkIfWeCanWrite(DownloadLinkDownloadable.java:173)
at jd.plugins.download.raf.OldRAFDownload.startDownload(OldRAFDownload.java:526)
at jd.plugins.hoster.VKontakteRuHoster.doFree(VKontakteRuHoster.java:355)
at jd.plugins.hoster.VKontakteRuHoster.handlePremium(VKontakteRuHoster.java:496)
at jd.plugins.PluginForHost.handle(PluginForHost.java:853)
at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:38 5)
at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:561)

Locked ownable synchronizers:
- None

"DownloadSpeedManager" #33558 daemon prio=1 os_prio=-2 tid=0x000000002c2f6000 nid=0x1c78 waiting on condition [0x0000000032caf000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at jd.controlling.downloadcontroller.DownloadSpeedManager$1.run(DownloadSpeedManager.java:110)

Locked ownable synchronizers:
- None

"Scheduler:org.jdownloader.gui.views.downloads.overviewpanel.DownloadOverview" #33534 daemon prio=6 os_prio=0 tid=0x000000002d279000 nid=0x43c waiting on condition [0x000000002953e000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x0000000651497978> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"Speedmeter updater" #33530 daemon prio=6 os_prio=0 tid=0x000000002bf09800 nid=0x1eb8 waiting on condition [0x00000000266ef000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at org.appwork.utils.swing.Graph$1.run(Graph.java:538)

Locked ownable synchronizers:
- None

"WatchDog: downloadWatchDog" #33529 daemon prio=6 os_prio=0 tid=0x000000002d8e2800 nid=0x1458 runnable [0x0000000028afe000]
java.lang.Thread.State: RUNNABLE
at java.util.concurrent.CopyOnWriteArrayList.indexOf(Unknown Source)
at java.util.concurrent.CopyOnWriteArrayList.remove(Unknown Source)
at jd.controlling.downloadcontroller.DownloadSession.removeActivationRequests(DownloadSession.java:204)
at jd.controlling.downloadcontroller.DownloadWatchDog.findDownloadLinkCandidateMirrors(DownloadWatchDog .java:1538)
at jd.controlling.downloadcontroller.DownloadWatchDog.nextDownloadLinkCandidates(DownloadWatchDog.java: 1372)
at jd.controlling.downloadcontroller.DownloadWatchDog.next(DownloadWatchDog.java:751)
at jd.controlling.downloadcontroller.DownloadWatchDog.activateDownloads(DownloadWatchDog.java:2158)
at jd.controlling.downloadcontroller.DownloadWatchDog.access$2900(DownloadWatchDog.java:164)
at jd.controlling.downloadcontroller.DownloadWatchDog$33.run(DownloadWatchDog.java:3346)

Locked ownable synchronizers:
- None

"Scheduler:org.jdownloader.gui.views.downloads.table.DownloadsTableModel" #707 daemon prio=6 os_prio=0 tid=0x0000000025692800 nid=0x1630 waiting on condition [0x000000002778e000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x000000064064e0b0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"Java Sound Event Dispatcher" #452 daemon prio=6 os_prio=0 tid=0x0000000025694000 nid=0x12ac in Object.wait() [0x0000000033c7f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Unknown Source)
at com.sun.media.sound.EventDispatcher.dispatchEvents(Unknown Source)
- locked <0x0000000652d51b40> (a com.sun.media.sound.EventDispatcher)
at com.sun.media.sound.EventDispatcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"pool-2-thread-1" #120 prio=5 os_prio=0 tid=0x0000000022f54000 nid=0x13d0 waiting on condition [0x000000002685f000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x0000000640740e20> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"pool-1-thread-1" #88 prio=5 os_prio=0 tid=0x0000000022f49800 nid=0x13d4 waiting on condition [0x000000002e89f000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x0000000640565d38> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"Scheduler:jd.controlling.AccountController$3" #69 daemon prio=5 os_prio=0 tid=0x0000000027bfd800 nid=0xbf0 waiting on condition [0x000000002ae4f000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000006415fbca0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"WindowsAntiStandby" #68 daemon prio=5 os_prio=0 tid=0x0000000022f58800 nid=0xe90 waiting on condition [0x000000002aabe000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at org.jdownloader.extensions.antistandby.WindowsAntiStandby.run(WindowsAntiStandby.java:62)

Locked ownable synchronizers:
- None

"DestroyJavaVM" #66 prio=5 os_prio=0 tid=0x0000000027bff000 nid=0x11a8 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE

Locked ownable synchronizers:
- None

"UpdateChecker" #65 prio=5 os_prio=0 tid=0x0000000027bfb000 nid=0x574 waiting on condition [0x000000002ba2f000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at org.jdownloader.update.UpdateManager$16.run(UpdateManager.java:1844)

Locked ownable synchronizers:
- None

"HttpServerThread:9666:true" #64 daemon prio=5 os_prio=0 tid=0x0000000027bfe000 nid=0xf2c runnable [0x000000002b8bf000]
java.lang.Thread.State: RUNNABLE
at java.net.TwoStacksPlainSocketImpl.socketAccept(Native Method)
at java.net.AbstractPlainSocketImpl.accept(Unknown Source)
at java.net.PlainSocketImpl.accept(Unknown Source)
- locked <0x0000000641484eb8> (a java.net.SocksSocketImpl)
at java.net.ServerSocket.implAccept(Unknown Source)
at java.net.ServerSocket.accept(Unknown Source)
at org.appwork.utils.net.httpserver.HttpServer.run(HttpServer.java:158)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"Swing-Shell" #51 daemon prio=5 os_prio=0 tid=0x0000000027b14800 nid=0x108c waiting on condition [0x000000002a31e000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000006409beb20> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
at java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"StatsSender" #46 daemon prio=5 os_prio=0 tid=0x0000000022f58000 nid=0x880 in Object.wait() [0x000000002a97f000]
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at org.jdownloader.statistics.StatsManager.run(StatsManager.java:977)
- locked <0x00000006409bafd0> (a java.util.ArrayList)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"TimerQueue" #36 daemon prio=5 os_prio=0 tid=0x0000000022f50000 nid=0xeb0 runnable [0x000000002616f000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x000000064074dbb0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
at java.util.concurrent.DelayQueue.take(Unknown Source)
at javax.swing.TimerQueue.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- <0x000000064074dbe8> (a java.util.concurrent.locks.ReentrantLock$NonfairSync)

"SyntheticaCleanerThread" #33 daemon prio=6 os_prio=0 tid=0x0000000022f4c800 nid=0xf08 waiting on condition [0x0000000026f0f000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at de.javasoft.plaf.synthetica.StyleFactory$ComponentPropertyStore$1.run(StyleFactory.java:1844)

Locked ownable synchronizers:
- None

"Scheduler:org.appwork.utils.swing.SlowEDTDetector$1" #29 daemon prio=5 os_prio=0 tid=0x0000000022f4b800 nid=0xccc waiting on condition [0x000000002602f000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000006401cd7d8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"AWT-EventQueue-0" #27 prio=6 os_prio=0 tid=0x0000000022f4b000 nid=0xaa0 waiting on condition [0x0000000025e5f000]
java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000006400ec190> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
at java.awt.EventQueue.getNextEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Locked ownable synchronizers:
- None

"AWT-Shutdown" #28 prio=5 os_prio=0 tid=0x0000000022f4a000 nid=0x364 in Object.wait() [0x0000000025d2f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Unknown Source)
at sun.awt.AWTAutoShutdown.run(Unknown Source)
- locked <0x00000006400e4100> (a java.lang.Object)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"Scheduler:org.appwork.storage.config.MinTimeWeakReference" #21 daemon prio=5 os_prio=0 tid=0x0000000022f07800 nid=0x7cc waiting on condition [0x00000000244ce000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000006401d5ae8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.poll(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"SingleAppInstance: JD2" #20 daemon prio=5 os_prio=0 tid=0x0000000022ca7800 nid=0x131c runnable [0x000000002436e000]
java.lang.Thread.State: RUNNABLE
at java.net.TwoStacksPlainSocketImpl.socketAccept(Native Method)
at java.net.AbstractPlainSocketImpl.accept(Unknown Source)
at java.net.PlainSocketImpl.accept(Unknown Source)
- locked <0x00000006401d6128> (a java.net.SocksSocketImpl)
at java.net.ServerSocket.implAccept(Unknown Source)
at java.net.ServerSocket.accept(Unknown Source)
at org.appwork.utils.singleapp.SingleAppInstance$1.run(SingleAppInstance.java:307)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"LogFlushThread" #17 daemon prio=5 os_prio=0 tid=0x0000000022c81000 nid=0xbb4 waiting on condition [0x0000000023def000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at org.appwork.utils.logging2.LogSourceProvider$3.run(LogSourceProvider.java:311)

Locked ownable synchronizers:
- None

"AWT-Windows" #15 daemon prio=6 os_prio=0 tid=0x0000000022c6a000 nid=0x6f0 runnable [0x000000002371f000]
java.lang.Thread.State: RUNNABLE
at sun.awt.windows.WToolkit.eventLoop(Native Method)
at sun.awt.windows.WToolkit.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"Java2D Disposer" #13 daemon prio=10 os_prio=2 tid=0x0000000022c3e000 nid=0xde4 in Object.wait() [0x000000002345f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(Unknown Source)
- locked <0x00000006401eeb28> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(Unknown Source)
at sun.java2d.Disposer.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Locked ownable synchronizers:
- None

"Service Thread" #9 daemon prio=9 os_prio=0 tid=0x0000000021e7d800 nid=0x13c4 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE

Locked ownable synchronizers:
- None

"C1 CompilerThread2" #8 daemon prio=9 os_prio=2 tid=0x0000000021e07000 nid=0xe70 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE

Locked ownable synchronizers:
- None

"C2 CompilerThread1" #7 daemon prio=9 os_prio=2 tid=0x00000000208af000 nid=0x468 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE

Locked ownable synchronizers:
- None

"C2 CompilerThread0" #6 daemon prio=9 os_prio=2 tid=0x00000000208a8000 nid=0xb60 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE

Locked ownable synchronizers:
- None

"Attach Listener" #5 daemon prio=5 os_prio=2 tid=0x00000000208a6800 nid=0x13f4 waiting on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE

Locked ownable synchronizers:
- None

"Signal Dispatcher" #4 daemon prio=9 os_prio=2 tid=0x00000000208a3000 nid=0x10d4 runnable [0x0000000000000000]
java.lang.Thread.State: RUNNABLE

Locked ownable synchronizers:
- None

"Finalizer" #3 daemon prio=8 os_prio=1 tid=0x0000000020846800 nid=0x884 in Object.wait() [0x0000000021b5f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(Unknown Source)
- locked <0x0000000640011488> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(Unknown Source)
at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)

Locked ownable synchronizers:
- None

"Reference Handler" #2 daemon prio=10 os_prio=2 tid=0x000000002083f800 nid=0xf5c in Object.wait() [0x0000000021a4f000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Unknown Source)
at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
- locked <0x0000000640011418> (a java.lang.ref.Reference$Lock)

Locked ownable synchronizers:
- None

"VM Thread" os_prio=2 tid=0x0000000020839800 nid=0xc08 runnable

"GC task thread#0 (ParallelGC)" os_prio=0 tid=0x0000000001eac800 nid=0x1318 runnable

"GC task thread#1 (ParallelGC)" os_prio=0 tid=0x0000000001eae000 nid=0x1240 runnable

"GC task thread#2 (ParallelGC)" os_prio=0 tid=0x0000000001eaf800 nid=0x56c runnable

"GC task thread#3 (ParallelGC)" os_prio=0 tid=0x0000000001eb3000 nid=0x1300 runnable

"VM Periodic Task Thread" os_prio=2 tid=0x0000000021e99000 nid=0xeb8 waiting on condition

JNI global references: 18199
Reply With Quote
  #108  
Old 22.05.2015, 08:21
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

dj please do not make new threads each time, place all your hanging/freezing related issues in this one thread. kthx
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #109  
Old 22.05.2015, 09:31
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

raztoki - And what is the common issue of large CPU usage with a large use of RAM and freezing connection. Nothing. These are two different issues.
Reply With Quote
  #110  
Old 22.05.2015, 10:32
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

The freeze is caused by unoptimized loop that happens when you have MANY MANY MANY links in list. I will optimize/fix this asap
__________________
JD-Dev & Server-Admin
Reply With Quote
  #111  
Old 22.05.2015, 10:40
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

common issue is your large list/heavy download behaviour. I wasn't saying each of reported issues/threads are directly related (but usually are).
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #112  
Old 22.05.2015, 11:08
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Quote:
common issue is your large list
Not always!

Quote:
Originally Posted by Jiaz View Post
when you have MANY MANY MANY links in list.

NOT ALWAYS!


This was caused that turned ON pause and I downloaded a very low speed with multiple connections and after a while I wanted to stop and then I could not stop.

Last edited by djmakinera; 22.05.2015 at 11:11.
Reply With Quote
  #113  
Old 22.05.2015, 11:16
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Thanks for the information with pause button!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #114  
Old 22.05.2015, 11:24
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

miss quoted me

common issue is your large list/heavy download behaviour.
/ = OR
meaning your download behaviour trigged it!
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #115  
Old 22.05.2015, 16:19
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

9 GB RAM ? o.O
Why does the memory usage is so high? What causes a memory leak? :(


Last edited by djmakinera; 22.05.2015 at 16:21.
Reply With Quote
  #116  
Old 22.05.2015, 16:25
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

You need to click show all processes the button left, by default the manager only shows user processes
__________________
JD-Dev & Server-Admin
Reply With Quote
  #117  
Old 22.05.2015, 16:29
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

9,4 GB 94%
Reply With Quote
  #118  
Old 22.05.2015, 16:38
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

JD only has 3,3GB, Rest is something else.
Dont know what your max memory is?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #119  
Old 22.05.2015, 16:43
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

This causes a Java application if the application will be a high demand for processing power then the memory usage varies strongly ... 3GB ... 1GB ... 2GB... 3GB ... 2GB.. 1GB ..3,8 GB(memory usage is changing all the time if CPU usage almost 100%), java must use the additional memory Cashe, which is ALLOCATED in a RAM
Reply With Quote
  #120  
Old 22.05.2015, 16:45
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

Enable additional Column in Taskmanager
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 16:38.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.