Compare commits

..

No commits in common. "c36549ca69ef5f3aa9393ab7e678055e2e78eb16" and "e3b4a4ba19184e006057ff8a8ea915f1f2014b4c" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "real-debrid-downloader", "name": "real-debrid-downloader",
"version": "1.6.53", "version": "1.6.52",
"description": "Desktop downloader", "description": "Desktop downloader",
"main": "build/main/main/main.js", "main": "build/main/main/main.js",
"author": "Sucukdeluxe", "author": "Sucukdeluxe",

View File

@ -1019,8 +1019,8 @@ function runJvmExtractCommand(
const args = [ const args = [
"-Dfile.encoding=UTF-8", "-Dfile.encoding=UTF-8",
`-Djava.io.tmpdir=${jvmTmpDir}`, `-Djava.io.tmpdir=${jvmTmpDir}`,
"-Xms512m", "-Xms64m",
"-Xmx8g", "-Xmx1g",
"-XX:+UseSerialGC", "-XX:+UseSerialGC",
"-cp", "-cp",
layout.classPath, layout.classPath,