Thread: [Solved] Linkgrabber filtering
View Single Post
  #19  
Old 01.07.2020, 15:26
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

Quote:
Originally Posted by Masteratarms View Post
... I'm limited to 4GB according to IObit performance monitor.
If you are using 32-bit version, it is most likely due to JVM max heap limit, in which case. if you need more memory for JD, you will have to upgrade to 64-bit version.

Code:
javarevisited.blogspot.com/2013/04/what-is-maximum-heap-size-for-32-bit-64-JVM-Java-memory.html

Check "Help > About Jdownloader" for Java version and memory allocation/usage. It is dynamically allocated based on the current operation. As long as 'Allocated' value remains less than 'Max' value, you should be able to filter/prune the list without any issues.

The lag may also be caused due to frequently updating the link list file on disk, in which case you can try temporarily increasing the save/write delay in advanced settings:

Code:
LinkCollector.maximumsavedelay
LinkCollector.minimumsavedelay

As a last resort, you can also try removing the links using eventscripter script.
Reply With Quote