> From: "emacs user" <[EMAIL PROTECTED]> > Bcc: > Date: Tue, 01 Aug 2006 01:14:36 -0400 > > emacs.exe -q --no-site-file& > > the memory usage right after startup is 14912; > > after editing a small image: 16452; > > after killing the buffer with the image and using M-:(clear-image-cache > t)RET: 16476; > > after editing a large image: 39164;
How large is ``large''? Can you please name the specific files you used in these two experiments, if possible files that can be found on the net somewhere? I tried this with several image files on my system, and while I never got as high as 39MB, whenever I kill the buffer and clear the image cache, the memory usage goes back to the initial number, modulo a few dozen bytes (which are probably due to Emacs internal workings independent of images, because I get such variations even if I just invoke TAB completion). I tested this in the native (MinGW) Windows port, so maybe what you see in the Cygwin port is specific to Cygwin memory allocation and/or its interaction with Emacs. Still, I'd like to repeat the experiment with precisely the files you did. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
