Search found 5 matches
- 2011-11-14T08:50:37-07:00
- Forum: IMagick
- Topic: Destroy method doesn't free resources
- Replies: 5
- Views: 16072
Re: Destroy method doesn't free resources
hi again. I tried to run a PHP garbage collection cycle, but, when i call the php method gc_collect_cycles(), it returns number of collected cycles equals to zero. also, after i call to the garbage collector does not seem to free up memory. I fixed the MAGICK_MEMORY_LIMIT environment variable to ...
- 2011-11-14T05:39:16-07:00
- Forum: IMagick
- Topic: Destroy method doesn't free resources
- Replies: 5
- Views: 16072
Re: Destroy method doesn't free resources
I think that readimage method have a large memory consumption, and this memory isn't free anytime.
Is this true???.
How can i free this used memory????
there is any alternative to resize a lot of images in memory without dicrease RAM memory????
thanks
Is this true???.
How can i free this used memory????
there is any alternative to resize a lot of images in memory without dicrease RAM memory????
thanks
- 2011-11-14T04:58:31-07:00
- Forum: IMagick
- Topic: Destroy method doesn't free resources
- Replies: 5
- Views: 16072
Re: Destroy method doesn't free resources
Hi Using the method destroy memory was not released, so I use also the method unset, but it is the same, RAM memory continues decrease in each iteration. To simulate concurrent requests (3 request per second during one minute), i use the 'apache jmeter' program. I tried with this code in a test.php ...
- 2011-11-11T06:28:54-07:00
- Forum: IMagick
- Topic: Destroy method doesn't free resources
- Replies: 5
- Views: 16072
Destroy method doesn't free resources
Hi I have a problem when using imagick for resizing images. The imagick wrapper works correctly, but I detected that the server's RAM increases to the maximum available. It looks like the method 'destroy', responsible for releasing the resources associated with object 'imagick' not release these ...
- 2011-09-30T03:11:16-07:00
- Forum: IMagick
- Topic: timeout when i use readImage method
- Replies: 0
- Views: 5101
timeout when i use readImage method
Hi I have a problem with readImage when i use the 'scaleimage' method. My process resize a lot of images, and a lot of images are resizing ok, but sometimes, i found the next error: Image: http://foto-cache.ideal.es/jpg/7/5/1315993382957.jpg Excepcion: exception 'ImagickException' with message ...