We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f255cb commit 0554a41Copy full SHA for 0554a41
Dockerfile
@@ -11,7 +11,7 @@ RUN wget https://get.filebot.net/filebot/FileBot_"$FILEBOT_VERSION"/FileBot_"$FI
11
&& dpkg -i FileBot_"$FILEBOT_VERSION"_universal.deb \
12
&& rm -rf FileBot_"$FILEBOT_VERSION"_universal.deb
13
14
-ENV JAVA_OPTS="-Xmx1g"
+ENV JAVA_OPTS="-Xmx2g"
15
ENV HOME /data
16
ENV LANG C.UTF-8
17
0 commit comments