Skip to content
qtiuto edited this page Jul 8, 2019 · 17 revisions

Restrict

Make sure your code won't keep more than 10000 java object in global table or referred by global table. Jni actually has global reference number limit (51200) and to avoid meeting this limit. I set a custom limit for the number of java object a lua state can hold.

More

For more information,see java doc.