-
Notifications
You must be signed in to change notification settings - Fork 26
Home
qtiuto edited this page Jul 8, 2019
·
17 revisions
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.
For more information,see java doc.