Date: Wed, 7 Jul 2004 14:21:04 -0400 From: David Muse Subject: Re: [nanogui] static const fonts On Wed, 07 Jul 2004 17:50:58 +0100 Alan Cox wrote: > On Maw, 2004-07-06 at 22:20, David Muse wrote: > > I've been attempting to reduce the amount of ram that my apps use and I've had a difficult time finding any information on the web about how to profile memory usage and what kinds of things one can do to reduce it. I've pretty much been digging through /proc/ manually and doing a lot of trial and error testing. So far, it appears that reducing the size of a library's data segment helps, but I'm not 100% clear on the details yet. If anyone out there knows much about this subject, I'd appreciate any help you can give me. > > text is shared > data is shared across fork until written but not between execs > > So it looks a very sensible change > Cool. I found several similar instances elsewhere. I'll post a patch when I've tested my changes. Thanks, Dave dmuse@4accesscommunications.com --------------------------------------------------------------------- To unsubscribe, e-mail: nanogui-unsubscribe@linuxhacker.org For additional commands, e-mail: nanogui-help@linuxhacker.org