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 a7ff6d4 commit d2338d4Copy full SHA for d2338d4
Dockerfile
@@ -88,3 +88,10 @@ RUN tlmgr install amsmath \
88
sourcecodepro \
89
amscls \
90
natbib
91
+
92
+# increase the ImageMagick resource limits
93
+# this relies on the fact that there is only one place where each of these sizes are used in policy.xml
94
+# (256MiB is for memory, 512MiB is for map, 1GiB is for disk)
95
+RUN sed -i 's/256MiB/4GiB/' /etc/ImageMagick-6/policy.xml
96
+RUN sed -i 's/512MiB/4GiB/' /etc/ImageMagick-6/policy.xml
97
+RUN sed -i 's/1GiB/4GiB/' /etc/ImageMagick-6/policy.xml
0 commit comments