View Single Post
08/07/14, 02:56 AM   #9
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
Originally Posted by Rainith View Post
So I'm getting this every time I log in, can I change the setting in the UserSettings file to a bigger number to make it go away? If so is there some sort of upper limit number that I shouldn't set it above?
Yeah, it depends on how much system memory you have. You probably don't want to push it to say the 4GB range if you have 8GB of RAM.

Also, how many addons are you running? This could just be because you use a lot of addons (which adds up) or could be from a couple that just use a lot of RAM.

PS: To see how much RAM you're actually using, you can enter this command in the chatbox:
Lua Code:
  1. /script d(math.ceil(collectgarbage("count")).." KB")
  Reply With Quote