lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> How can I estimate how much memory takes one Lua 4.0 state ?

lua.c allocates ~26K when it opens its state. That includes opening
all standard libraries.

-- Roberto