View Single Post
04/20/17, 03:37 PM   #13
AssemblerManiac
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 51
If memory management already auto-expands, the message as it is doesn't help. If it says "LUA memory default is lower than what's being used. We'll expand as needed, this is just a warning.
To get rid of this message, bump it up in 64k increments until the message goes away.", then maybe people won't freak out as bad.


Just had a great idea - unlikely to be implemented though

Memory usage normal/raid/dungeon

Possible solution for mem crash/topout when you least expect it.

MyAddon.txt
## TrialFriendly: Yes/No ; when absent, defaults to yes

For addons like Master Merchant, AwesomeGuildStore, and others that take a huge amount of memory or processing, when you load into a trail, if any of your addons are TrialFriendly: No, a reloadui gets called to load a reduced set of addons (only use those that ARE TrialFriendly). When you exit the trial, it loads 'em all like normal.

Since loading into a Trial, a lot of people turn off addons, it might be nice to give 'em a way to do it automagically. Or even a setting in usersettings.ini that has a list of addons to disable for trials.

Sort of like stripping down a car for racing - get rid of all the weight you can to go faster
  Reply With Quote