Thread Tools Display Modes
10/10/14, 11:34 AM   #1
dopiate
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 142
LUA low no memory

Once in a while I get a LUA is running low on memory alert.

is there a way to allocated more memory to LUA or is there an addon that can tell me which addon it is that is causing this.

my addon's staty the same - I just update them to the latest when they are released thats why I suspect it's an update to an addon

I would be grateful for any help

the PC I use has 10 gig of RAM (and it's not maxed out when i see that warning) it's running at a healthy 55% of RAM

Thanks
-d
  Reply With Quote
10/10/14, 11:59 AM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Maybe esohead or harvestmap ?

can you check the size of each file in your Documents\Elder Scrolls Online\live\SavedVariables folder ?

Maybe there's a big one here.
  Reply With Quote
10/10/14, 12:28 PM   #3
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
You can increase lua memory in the:
My Documents\Elder Scrolls Online\live\UserSettings.txt

Exit game, open this file in text editor and change line:
Code:
SET LuaMemoryLimitMB "64"
to some higher number, something like:
Code:
SET LuaMemoryLimitMB "128"
  Reply With Quote
10/10/14, 05:40 PM   #4
dopiate
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 142
Originally Posted by Garkin View Post
You can increase lua memory in the:
My Documents\Elder Scrolls Online\live\UserSettings.txt

Exit game, open this file in text editor and change line:
Code:
SET LuaMemoryLimitMB "64"
to some higher number, something like:
Code:
SET LuaMemoryLimitMB "128"

Thank you!!! Awesome info.

Also going to check saved variables .... bit ones slow down the game? my shopkeeper saved variables is pretty darn big.
  Reply With Quote
10/10/14, 06:40 PM   #5
dopiate
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 142
my main large lua (saved variables)

I wrote a VB.Net to convert shopkeeper data to CSV so I can keep my data but make the saved variables smaller.

It's simple to sort the csv by your name as seller - and disregard the other data.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » LUA low no memory


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