ImageMagick Policy Configuration
Posted: 2016-05-03T17:46:15-07:00
I increased the settings "area" and "memory" in the /usr/local/etc/ImageMagick-7/policy.xml file, but I still get the same error message, exactly:
"Siker" simply means "success" in my native language and the "locale" settings of my Linux system is set to my native language. However I don't know how can that word is getting to that place.
Code: Select all
magick: unable to extend pixel cache `Siker' @ fatal/cache.c/CacheSignalHandler/3182.
Code: Select all
<policymap>
<!-- <policy domain="resource" name="temporary-path" value="/tmp"/> -->
<!-- <policy domain="resource" name="memory" value="4GiB"/> -->
<!-- <policy domain="resource" name="map" value="4GiB"/> -->
<!-- <policy domain="resource" name="width" value="10MP"/> -->
<!-- <policy domain="resource" name="height" value="10MP"/> -->
<!-- <policy domain="resource" name="area" value="2GB"/> -->
<!-- <policy domain="resource" name="disk" value="16EB"/> -->
<!-- <policy domain="resource" name="file" value="768"/> -->
<!-- <policy domain="resource" name="thread" value="1"/> -->
<!-- <policy domain="resource" name="throttle" value="0"/> -->
<!-- <policy domain="resource" name="time" value="3600"/> -->
<!-- <policy domain="system" name="precision" value="6"/> -->
<policy domain="cache" name="shared-secret" value="passphrase"/>
</policymap>