diff options
Diffstat (limited to 'misc/tvbrowser/files/tvbrowser.in')
-rw-r--r-- | misc/tvbrowser/files/tvbrowser.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/tvbrowser/files/tvbrowser.in b/misc/tvbrowser/files/tvbrowser.in index fc6165ff7bad..8ba0662986a3 100644 --- a/misc/tvbrowser/files/tvbrowser.in +++ b/misc/tvbrowser/files/tvbrowser.in @@ -1,5 +1,4 @@ #!/bin/sh cd %%DATADIR%% -JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -Xms16m -Xmx128m -Djava.library.path="%%DATADIR%%" -Dpropertiesfile=linux.properties -jar tvbrowser.jar "$@" - +JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -Xms16m -Xmx320m -Djava.library.path="%%DATADIR%%" -Dpropertiesfile=linux.properties -jar tvbrowser.jar "$@" |