Search found 6 matches
- 2017-04-15T07:47:45-07:00
- Forum: Users
- Topic: Memory and 503 errors with gif animation converts
- Replies: 12
- Views: 6009
Re: Memory and 503 errors with gif animation converts
Should I update to 6.9.8.3? Is that the latest version for CentOS 6?
- 2017-04-15T07:39:02-07:00
- Forum: Users
- Topic: Memory and 503 errors with gif animation converts
- Replies: 12
- Views: 6009
Re: Memory and 503 errors with gif animation converts
There is no disk space restriction on that folder and the disk has 100G free space. I can clear that folder and it still gives the error.
- 2017-04-15T07:20:25-07:00
- Forum: Users
- Topic: Memory and 503 errors with gif animation converts
- Replies: 12
- Views: 6009
Re: Memory and 503 errors with gif animation converts
I'm running imagemagick via PHP. Here are some snippets of the code. //##################################### // resize image //##################################### // resize if width exceeds maximum allowed if ($width > $attachmentMaxWidth) { $imagick = new Imagick(); $imagick->readImage ...
- 2017-04-14T21:58:05-07:00
- Forum: Users
- Topic: Memory and 503 errors with gif animation converts
- Replies: 12
- Views: 6009
Re: Memory and 503 errors with gif animation converts
File Area Memory Map Disk Thread Time ------------------------------------------------------------------------------- 3072 4.1719GB 15.542GiB 31.083GiB unlimited 24 unlimited Those feel like solid numbers and not which a single gif should trip. For CentOS 6 what is the latest version I can run?
- 2017-04-14T13:29:34-07:00
- Forum: Users
- Topic: Memory and 503 errors with gif animation converts
- Replies: 12
- Views: 6009
Re: Memory and 503 errors with gif animation converts
IM 6.7.2-7 CentOS 6
policy.xml is default
What attribute to increase?
policy.xml is default
What attribute to increase?
- 2017-04-14T13:20:44-07:00
- Forum: Users
- Topic: Memory and 503 errors with gif animation converts
- Replies: 12
- Views: 6009
Memory and 503 errors with gif animation converts
I'm using imagemagick to resize images and any time I come across gif animations I get memory allocation errors or a 503. I have 8GB RAM free. Is there a config file where I need to increase memory?