Skip to content
Alexander Refsum Jensenius edited this page Mar 2, 2020 · 1 revision

On this page we will address some issues that may improve issues.

How can I solve memory problems?

For long video files there may be some memory issues with the fault ImageMagick settings. Then it may be useful to modify the settings in the file /etc/ImageMagick-6/policy.xml according to these suggestions, such as:

<policy domain="resource" name="memory" value="2GiB"/>
<policy domain="resource" name="map" value="4GiB"/>
<policy domain="resource" name="width" value="128KP"/>
<policy domain="resource" name="height" value="128KP"/>
<policy domain="resource" name="area" value="1.0737GP"/>
<policy domain="resource" name="disk" value="8GiB"/>
Clone this wiki locally