Account is missing or "try restarting, plugin defect?"
Some link - not work (audio)
05.03.15 14.08.20to05.03.15 14.10.51 jdlog://3095196763241/
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Edit: 6.3.2015
Hi. pspzockerscne -
decrypt + add links <4800 Mega RAM ---->
add1 link **External links are only visible to Support Staff****External links are only visible to Support Staff**
"C:\Program Files\Java\jre1.8.0_31\bin\javaw.exe" -Xmx4800M -jar Y:\JDownloader3\JDownloader.jar
Idle - 700MB - 1700 MB
high memory usage is only for decrypt + add links to a larger package
Avoid freezing applications and javaw crash
Please understand well that this problem only occurs when parse/crawling walls of the large amount of posts (100k post)
GUI crashed but still works in the background to decrypt and probably go to perform fully
Quote:
Decrypted offset 120600 / 120602
05.03.15 18.46.47to05.03.15 23.25.47 jdlog://5277196763241
|
(Number of of links does not matter * Screenshot number 2)
Maybe to reduce memory usage CHANGE CODE?
Quote:
Reached 5000 links per run limit
}
this.logger.info("Decrypted offset " + currentOffset + " / " + total_numberof_entries);
this.logger.info("Found " + this.decryptedLinks.size() + " links so far");
if (this.decryptedLinks.size() >= 5000)
{
this.logger.info("Reached 5000 links per run limit -> Returning link to continue");
DownloadLink loopBack = createDownloadlink(this.CRYPTEDLINK_FUNCTIONAL + "-maxoffset=" + total_numberof_entries + "-currentoffset=" + currentOffset);
fp.add(loopBack);
this.decryptedLinks.add(loopBack);
break;
}
currentOffset += 100;
|
Hmm? Reduced to:
Quote:
Adding 50000+ links to one package
|
Quote:
Up to 10,000 pictures per package
10000 + 10000 + 10000 + 10000 + 10000 ^.^ SPLIT
|