Skip to content

Commit

Permalink
🌟 add JVM options
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jun 12, 2024
1 parent 6e116ac commit f360e00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"javaVersion": "17",
"jar": "dex-diff.main.jar",
"javafx": "false",
"title": "dex-diff"
"title": "dex-diff",
"args": [
"-Xms4G",
"-Xmx8G"
]
},
"dependencies": {
"command-exists-promise": "^2.0.2",
Expand Down

0 comments on commit f360e00

Please sign in to comment.