> On that same note, Why do gnome applets take so much memory. > I tried loading acpi-docklet, it took a meg of mem to show a small Is it VSZ or RSS?
VSZ shows the total virtual size of the process, this also includes memory maped files, library code(which is shared), etc... You should look for the RSS field instead, which indicates how much the process actually occupies in ram. -- Idan ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
