Skip to content

Commit 0554a41

Browse files
authored
Update Dockerfile
1 parent 8f255cb commit 0554a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN wget https://get.filebot.net/filebot/FileBot_"$FILEBOT_VERSION"/FileBot_"$FI
1111
&& dpkg -i FileBot_"$FILEBOT_VERSION"_universal.deb \
1212
&& rm -rf FileBot_"$FILEBOT_VERSION"_universal.deb
1313

14-
ENV JAVA_OPTS="-Xmx1g"
14+
ENV JAVA_OPTS="-Xmx2g"
1515
ENV HOME /data
1616
ENV LANG C.UTF-8
1717

0 commit comments

Comments
 (0)