Allow ImageMagick to use 1GiB of disk caches

This matches the "websafe" upstream preset[0], and our current limit is too low for high-noise images (like a scene full of snow).

[0]: c7d070ec65/config/policy-websafe.xml (L58)
This commit is contained in:
Dennis Schubert
2025-01-10 23:07:21 +01:00
parent 37096d9c88
commit eede6e0f68

View File

@@ -1,6 +1,6 @@
<policymap>
<policy domain="resource" name="time" value="30" />
<policy domain="resource" name="disk" value="256MiB"/>
<policy domain="resource" name="disk" value="1GiB"/>
<policy domain="resource" name="map" value="256MiB"/>
<policy domain="resource" name="memory" value="256MiB"/>