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
Memory can peak very high in removeExpiredObjects (which might lead to crashes), caused by the for-loop which accesses all elements inside the cache. This could be easily fixed by wrapping the code after the for-loop inside an autoreleasepool.
The text was updated successfully, but these errors were encountered:
Memory can peak very high in removeExpiredObjects (which might lead to crashes), caused by the for-loop which accesses all elements inside the cache. This could be easily fixed by wrapping the code after the for-loop inside an autoreleasepool.
The text was updated successfully, but these errors were encountered: