Thread: Memory problem
View Single Post
01-29-07, 09:47 AM   #5
ReverendD
A Rage Talon Dragon Guard
 
ReverendD's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 343
I would not suggest '0', as some addons have memory leaks and could continue to use the memory till you crashed, not to mention in the meantime slowing down game performance and causing other issues.

I have mine setup for 60 megs, which with my 40 some odd addons, is more than enough memory for them. I usually sit around 28-33 megs used during normal gameplay, and up to 42 megs during gathering missions.

But I would start with 60, and increase by 12 from there on out. If you have to go beyond 90 megs though, it is probably a good idea to look into your addon settings, and just the addons themselves. Something is hogging up too much memory and should not be. You can use FuBar & PerformanceFu to keep an eye on your memory usage and to force Garbage Collections.

Hope this helps.
  Reply With Quote