Your message dated Thu, 20 Mar 2008 23:50:34 -0300
with message-id <[EMAIL PROTECTED]>
and subject line Closing 389604
has caused the Debian Bug report #389604,
regarding imagemagick: display uses too much memory to show a PNG image
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
389604: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389604
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: imagemagick
Version: 7:6.2.4.5.dfsg1-0.10
Severity: normal
Hi!
Today doing a "display image.png" I saw display eating 248 MB of my RAM.
I don't know if it's correct in using memory like this.
Firefox with this image opened on one tab, plus a lot of pages opened
too, just consumes 125 MB of RAM.
The image has 1694774 bytes (1,7M) and is available at
http://naoliv.googlepages.com/image.png
Thank you very much.
Best regards,
Nelson
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-mm1
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Versions of packages imagemagick depends on:
ii libbz2-1.0 1.0.3-6 high-quality block-sorting file co
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
ii libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library
ii libjasper-1.701-1 1.701.0-2 The JasPer JPEG-2000 runtime libra
ii libjpeg62 6b-13 The Independent JPEG Group's JPEG
ii liblcms1 1.15-1 Color management library
ii libmagick9 7:6.2.4.5.dfsg1-0.10 Image manipulation library
ii libpng12-0 1.2.8rel-5.2 PNG library - runtime
ii libsm6 1:1.0.1-3 X11 Session Management library
ii libtiff4 3.8.2-6 Tag Image File Format (TIFF) libra
ii libx11-6 2:1.0.0-9 X11 client-side library
ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar
ii libxml2 2.6.26.dfsg-3 GNOME XML library
ii zlib1g 1:1.2.3-13 compression library - runtime
imagemagick recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
>From http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10885:
======
Add this to your command line to trade off memory usage for I/O usage:
-limit memory 16mb -limit map 32mb. Another option is to build the
8-bit version of ImageMagick (add --with-quantum-depth=8 to the
configure command line). The 8-bit version uses 100% less memory than
the default 16-bit version.
======
As I can get similar memory usage from other apps (by using the
suggested switches by upstream), I am closing the bug.
Best regards,
Nelson
--- End Message ---