You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing using OpenResty and have put heavy logic on lua(with relatively large in-memory data and lot of string manipulation, and a lot of functions), and I noticed that those permanent GC object also slows down GC.
If we can mannually specify object as permanent it may also be sufficient for my case.
The text was updated successfully, but these errors were encountered:
ATT.
I'm developing using OpenResty and have put heavy logic on lua(with relatively large in-memory data and lot of string manipulation, and a lot of functions), and I noticed that those permanent GC object also slows down GC.
If we can mannually specify object as permanent it may also be sufficient for my case.
The text was updated successfully, but these errors were encountered: