View Single Post
  #6  
Old 09.12.2020, 16:47
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,286
Default

.vmoptions only work with the launchers/.exe files! The launcher will read the parameters and forward them to java.
It's not possible to set those params on already running JVM, eg running .jar directly.

JDownloader.jar, you have to manually specify those on commandline as you start the jar directly.
eg create a batch with or shortcut
javaw.exe -Xmx16g -jar JDownloader.jar
__________________
JD-Dev & Server-Admin
Reply With Quote