ll.GetMemoryLimit () ~= 2^17
inĀ progress
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
llOwnerSay((string)llPow(2, 14)); // 16384
}}
Log In
H
Harold Linden
marked this post as
inĀ progress
H
Harold Linden
marked this post as
planned
This should be magically fixed with some of the other memory limitation fixups coming soon (tm)