Thank you for your suggestion.
Is there a way I can install and test the new V6 first before making it 'live' on the site?
I anticipate a later version will break some functionalities so I want to update it to be compatible before switching to live.
Can we install both versions on the same box ?
Search found 8 matches
- 2017-08-08T18:52:12-07:00
- Forum: Bugs
- Topic: Memory Allocation failed
- Replies: 15
- Views: 21395
- 2017-08-05T08:55:03-07:00
- Forum: Bugs
- Topic: Memory Allocation failed
- Replies: 15
- Views: 21395
Re: Memory Allocation failed
yes it's working fine except for the memory issue.
The reason I didn't install the latest version is it messed up some commands ( I wrote them a few years ago, so probably not compatible with the new version )
I guess I'll just have to update it and then reinstall
Thanks for your help
The reason I didn't install the latest version is it messed up some commands ( I wrote them a few years ago, so probably not compatible with the new version )
I guess I'll just have to update it and then reinstall
Thanks for your help
- 2017-08-05T08:23:34-07:00
- Forum: Bugs
- Topic: Memory Allocation failed
- Replies: 15
- Views: 21395
Re: Memory Allocation failed
odd, mine didn't list same as yours, this is what I got $ convert -list resource File Area Memory Map Disk Thread Time ------------------------------------------------------------------------------- 768 33.363GB 23.304GiB 62.144GiB 18.446744EB 8 unlimited
- 2017-08-05T07:50:04-07:00
- Forum: Bugs
- Topic: Memory Allocation failed
- Replies: 15
- Views: 21395
Re: Memory Allocation failed
Thanks for your reply.
The policy.xml file has all those policies commented out, so I assume it's not active?
Like this..
The policy.xml file has all those policies commented out, so I assume it's not active?
Like this..
Code: Select all
<!--
<policy domain="resource" name="memory" value="2GiB"/>
-->
- 2017-08-03T23:19:43-07:00
- Forum: Bugs
- Topic: Memory Allocation failed
- Replies: 15
- Views: 21395
Re: Memory Allocation failed
This is a dedicated server with 16GB ram The IM version is very, very old. I suggest you upgrade. I learned recently, that Linux distros get patches as indicated by the date and do not change the original version number. I suspect the policy.xml file has limitations set, assuming this is a shared ...
- 2017-08-03T21:05:28-07:00
- Forum: Bugs
- Topic: Memory Allocation failed
- Replies: 15
- Views: 21395
Re: Memory Allocation failed
Version: ImageMagick 6.5.9-10 2017-05-26 Q16 - on CENTOS 6.9 x86_64
After a bit more testing, the command with the error worked if I changed the size to 1000x500 ( larger sizes cause errors, I tried 1000x600 too)
After a bit more testing, the command with the error worked if I changed the size to 1000x500 ( larger sizes cause errors, I tried 1000x600 too)
- 2017-08-03T19:52:34-07:00
- Forum: Bugs
- Topic: Memory Allocation failed
- Replies: 15
- Views: 21395
Re: Memory Allocation failed
actually, taking the 'size' option out also work, but I need the 'size' option to determine text size
- 2017-08-03T19:44:08-07:00
- Forum: Bugs
- Topic: Memory Allocation failed
- Replies: 15
- Views: 21395
Memory Allocation failed
Hello all Im running the command below convert -background transparent -fill "#FFFF3D" -stroke red -strokewidth 1 -font "fonts/impact.ttf" -size 1200x600 -gravity Center -interline-spacing 0 label:ABC 123.png and im getting the error attribute not recognized: D convert: Memory allocation failed ...