Kühnlenz Florian wrote: > I hope that is the right place here. I?ve tried the beta for my bachelor > thesis (yes I know it?s a beta) because of the nice spell checker. All in all > it works great but there seams to be a huge memory leak when showing any > graphics in the document. Know that I?ve started to put the pictures in my > document scrolling from top to bottom will blow up the usage of RAM to 1GB+ > which is a bit to much even on a 4GB System if you ask me because sooner or > later the system starts to swap and becomes unusable.
i doubt this has anything to do with lyx 2.0, since the huge memory consuption for large graphic files is there for ages. if my guess is right, then its not leak in the sense of forgotten memory somewhere. we just read _full_ bitmap of all pictures and even if you resize them to small thumbail, we still keep the whole image in memory. so of you have few big bitmaps (note that i dont speak about their size on hard drive, but size when unpacked in memory) then getting 1 GB of RAM usage is going to happen easily. easy workaround is to use child documents. pavel