Ansible role that installs ImageMagick
Go to file
Taha Ahmed 54b9824357 Apply Imagemagick security policy fix for all Ubuntu releases.
+ Organised task into separate files for install/config.
2022-12-19 22:12:55 +01:00
defaults Created variables for most values. Increased resource limits 2021-08-03 00:02:17 +02:00
tasks Apply Imagemagick security policy fix for all Ubuntu releases. 2022-12-19 22:12:55 +01:00
README.md Created variables for most values. Increased resource limits 2021-08-03 00:02:17 +02:00

README.md

imagemagick

Ansible role that installs and configures ImageMagick.

You can easily check the current resource limits with:

$ convert -list resource
Resource limits:
 Width: 128KP
 Height: 128KP
 Area: 1.0737GP
 Memory: 2GiB
 Map: 4GiB
 Disk: 8GiB
 File: 768
 Thread: 8
 Throttle: 0
 Time: unlimited

Why are resource limits reset by themselves?

Some time has passed since the last time I ran this role, but what has caused the resource limits to reset to their poor defaults?

Does that happen when ImageMagick is updated, perhaps?

Anyway, re-running this role immediately changes the resource limits (no need to restart any service).