When using <policy domain="resource" name="temporary-path" value="/tmp"/>
does that refer to
/var/tmp
or is it in a different path somewhere that I have to create and chmod?
Search found 5 matches
- 2014-06-13T09:27:32-07:00
- Forum: Users
- Topic: Where is tmp?
- Replies: 1
- Views: 2637
- 2014-06-12T23:35:55-07:00
- Forum: Users
- Topic: Add into policy.xml?
- Replies: 2
- Views: 5123
Add into policy.xml?
For throttle and CPU limiting, I have <policy domain="resource" name="area" value="1GB"/> Define arguments for the memory, map, area, and disk resources with SI prefixes (.e.g 100MB). In addition, resource policies are maximums for each instance of ImageMagick (e.g. policy memory limit 1GB, -limit ...
- 2014-06-06T12:50:39-07:00
- Forum: Users
- Topic: Should these go into configure.xml?
- Replies: 3
- Views: 3662
Re: Should these go into configure.xml?
Is this oke then: <policy domain="resource" name="area" value="1GB"/> Define arguments for the memory, map, area, and disk resources with SI prefixes (.e.g 100MB). In addition, resource policies are maximums for each instance of ImageMagick (e.g. policy memory limit 1GB, -limit 2GB exceeds policy ...
- 2014-06-06T12:49:43-07:00
- Forum: Users
- Topic: Should these go into configure.xml?
- Replies: 3
- Views: 3662
Re: Should these go into configure.xml?
Thx, any suggested setting for Throttle?
- 2014-06-06T09:26:01-07:00
- Forum: Users
- Topic: Should these go into configure.xml?
- Replies: 3
- Views: 3662
Should these go into configure.xml?
When I process my image gallery my CPU hits 100 every time. I saw that I should add MAGICK_THREAD_LIMIT="2" and MAGICK_THROTTLE="?" --- Can these be added to /usr/lib64/ImageMagick-6.7.8/config/configure.xml ? If not, I cant find any other paths or xml files to add them to, which one do I use ...