Wolfgang Engelmann <[EMAIL PROTECTED]> writes: > Am Mittwoch, 2. Juli 2008 10:04 schrieben Sie: > > JMarc, thanks for your fast answer. I am using Linux/debian and LyX 1.5.4. > Which memory place should I ask for consumption?
For example, if you do in a terminal ps -eF|grep lyx you will have an output like lasgoutt 17910 25640 0 9113 16920 1 13:54 ? 00:00:00 /afs/inria.fr/rocq/home/imara/lasgoutt/src/lyx/build/src/lyx lasgoutt 18153 25761 0 512 652 0 14:03 pts/1 00:00:00 grep lyx You look at the first line, and the interesting bits are the number 9113 and 16920 (respectively the virtual and real memory used by LyX). If you are not sure what to do, you can just send the output of the 'ps -F' command. An idea concerning your problem: do you use 'replace all' when doing search and replace? In this case, the complete document is copied for the sake of undo operations. When working on a big document (how big are yours), this could rapidly become a problem. JMarc PS: please keep lyx-users in cc.
