what is the nm-applet and why does it take so much memory?

I was wondering why my memory useage was so high, what is this thing that take a whopping 1.2GB of memory.

Please and thank you.

8

4 Answers

I experienced the same on my 12.04 installation. After a little research it appeared that it was just a GUI component (representing the icon in the status bar), and killing it will not affect the network connections.

SO I killed it and launched a new one from my terminal. Resource manager showed an immediate drop of 1.5 GB of RAM consumption.

killall nm-applet
nm-applet &

nm-applet is the NetworkManager Applet:

NetworkManager Applet

It is not supposed to be using this much memory. There is currently an open bug report for this problem.

There was an issue with the version of network-manager-gnome included in an elementary-art ppa -- I'd rule out that you don't have that one, first.

I deleted mine manually from /etc/apt/sources.list.d . Look or grep for elementary , delete it (or backup + delete), and then apt-get update.

For myself, at that point I actually removed the entire package and reinstalled it while I was connected to wireless (without dropping connectivity that I could tell).

This command will show you what versions you have available:

 apt-cache show network-manager-gnome

You can also see the installation preference with apt-cache policy network-manager-gnome .

From the bug report :
This is marked as fixed in Natty(11.04). For Maverick (10.10), you can downgrade to the official package from the archive with
sudo apt-get install network-manager-gnome/maverick .

It's the Network Manager applet. 1.2GB does seem a bit high, though.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like