> writable data segment in libc. But if you look at the /proc/meminfo,
> the memory goes down much more than one would expect.
Looks at /proc/###/statm
The second number is the number of resident pages and the third number
is the number of shared page. Subtract the third from the second to
determine how many pages the process is using which are not shared.
--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.