>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
Lars> >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]>
Lars> writes: | | Lars> You tell me... | | Lars> lazy initalization
Lars> would perhaps be easier to fint targets for. | | Isn't the 4M
Lars> value the size for all code+libraries we use? Are you | sure
Lars> that there is so much data allocated? If I understand correctly
Lars> | the output of /proc/PID/status, I see | | VmSize: 6004 kB |
Lars> VmLck: 0 kB | VmRSS: 3288 kB | VmData: 556 kB | VmStk: 32 kB |
Lars> VmExe: 3272 kB | VmLib: 1988 kB | | This means that we allocate
Lars> 556k of data, right? We could probably | reduce that, but not by
Lars> a huge amount.

Lars> No need to think more about this then.

The only problem I see is that this number seems to grow by itself:

When I launch LyX, I get (even after the banner has gone away):

exima: cat /proc/8747/status |grep VmData
VmData:      544 kB

However, returning to it after a few minutes, it becomes

exima: cat /proc/8747/status |grep VmData
VmData:      608 kB

Maybe is it just that VmData is not what I think it is...

JMarc

Reply via email to