Compare commits
2 Commits
e3b4a4ba19
...
c36549ca69
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c36549ca69 | ||
|
|
7e79bef8da |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "real-debrid-downloader",
|
"name": "real-debrid-downloader",
|
||||||
"version": "1.6.52",
|
"version": "1.6.53",
|
||||||
"description": "Desktop downloader",
|
"description": "Desktop downloader",
|
||||||
"main": "build/main/main/main.js",
|
"main": "build/main/main/main.js",
|
||||||
"author": "Sucukdeluxe",
|
"author": "Sucukdeluxe",
|
||||||
|
|||||||
@ -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}`,
|
||||||
"-Xms64m",
|
"-Xms512m",
|
||||||
"-Xmx1g",
|
"-Xmx8g",
|
||||||
"-XX:+UseSerialGC",
|
"-XX:+UseSerialGC",
|
||||||
"-cp",
|
"-cp",
|
||||||
layout.classPath,
|
layout.classPath,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user