View Single Post
08/09/14, 11:28 AM   #11
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
Originally Posted by Rainith View Post
Just as a follow up, I checked and I'm currently using about 74 megs, so 10 or so over the default limit. I went ahead and edited that line in the UserSettings file and doubled it to 128. It stopped the message popup every time I logged in or reloaded the ui. Nothing negative noticed as of yet.
You probably won't unless you force the system to go to page swap. That will probably only occur if an addon has a memory leak. In fact, I'd bet they put this in to cover their bases and make sure addons aren't causing memory leaks. (Even though you have to have rather bad design to do in a language like LUA, since it does automatic garbage collection.)
  Reply With Quote