I'd like to know when and how the firefox 4 plugins eats memory.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
At least with linux you can look for a process called plugin-containe. I assume its the same with windows. Under linux you can use:
That will print out memory information about the process. That information refers to all plugins running in FF, because all run in the same process. I don't know if there is still any memory allocated in the main FF process related to plugins (e.g. some IPC overhead). One of the printed information is a column with the percentage of your physical memory.
|
|||
|
|
|
In general, add-ons are not running as separate processes. Determining which are using a lot of memory should be simply a matter of turning the add-ons off one by one, then restarting the browser, noting memory usage of the firefox.exe process along the way. |
|||
|
|