Thread Tools Display Modes
09-16-06, 02:01 PM   #1
Mimesis
A Fallenroot Satyr
Join Date: Jan 2006
Posts: 20
Memory Wasting Addons

is there any addon to show how much memory each loaded addon is allocating. My KiB/s goes to 20-30 when i initiate combat, and i want to know whats causing this.
  Reply With Quote
09-16-06, 02:12 PM   #2
flvinny521
A Kobold Labourer
Join Date: Jul 2006
Posts: 1
Try a mod called "Warmup". It shows the load time and memory usage of each mod individually, and all your mods as a whole. The info is sent to your combat log window when you laod the game and every time you reload UI or enter a new instance.
  Reply With Quote
09-16-06, 02:24 PM   #3
Thalinon
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 6
Warmup wouldn't help him with this specific task. An addon can be quite large at loadup (like say, a database) but not use up much resources in game.

Unless the addon has some support for it, it's not really possible to track real-time resource usage of it. There are a few addons that hook into things to try to do it, and they work fairly well... but not perfectly.

Originally Posted by Tekkub
No, there isn't an all-around way to track mod-specific memory because lua uses one big global namespace.
That said, I'd reccomend something like tekSupport in this case.

The absolutely best way to find out which mod is the culprit is the fail-safe method of disabling all your mods, enabling them one at a time, and test. That way you will know for sure which mod is making you lag.

Good luck, and hope you can find out what addon's giving you a headache.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Memory Wasting Addons


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off