Causes of high lua heap?

Modules have a local stack, they also contain a cache of the value returned, so if you return a table. It will always return the same table.

1 Like