summarylogtreecommitdiffstats
path: root/tvbrowser.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tvbrowser.sh')
-rw-r--r--tvbrowser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvbrowser.sh b/tvbrowser.sh
index 3d64ccd64cd8..689a1c0e573c 100644
--- a/tvbrowser.sh
+++ b/tvbrowser.sh
@@ -1,4 +1,4 @@
#!/bin/sh
cd /usr/share/java/tvbrowser/
-/usr/bin/archlinux-java-run --min 8 --max 8 -- -jar tvbrowser.jar "$@"
+/usr/bin/archlinux-java-run --min 11 -- -Xms16m -Xmx1G --module-path="lib:tvbrowser.jar" -Djava.library.path="/usr/share/java/tvbrowser" -splash:imgs/splash.png -Dpropertiesfile=linux.properties -m tvbrowser/tvbrowser.TVBrowser "$@"