ll.GetMemoryLimit () ~= 2^17
Tapple Gao
I would think these would always be equal in SLua:
print(ll.GetMemoryLimit()) -- 130920
print(2^17) -- 131072
That's what it does in LSO; just returns a constant
2^14
default { state_entry() {
llOwnerSay((string)llGetMemoryLimit()); // 16384
}}
Log In