Thread: [Solved] JDownloader 2 memory leak.
View Single Post
  #10  
Old 13.11.2017, 19:04
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,520
Default

OutOfMemory does not mean there is a memleak. It also happens when you have higher workload/number of links than the allowed heap can handle
Please check About Dialog of JDownloader. It will show how much memory is in use and how much memory is possible to use by java.

To me it looks like your Mac installation suffers the known 256MB limited memory issue.
You have to edit your plist/vmoptions file to allow higher heap memory. 256MB is not enough for GUI + many links.
In your JDownloader Application you should find a .vmoptions list file, edit it and
remove any
-Xms
line and add
-Xmx1g
to it
Depending on age of your installation, this may also be set in plist file of your Application Launcher
__________________
JD-Dev & Server-Admin
Reply With Quote