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
We have multiple mapping dictionaries that grow enormously as we process metadata for over 2 million file objects. We need to figure out how to 'refresh' this dictionary so that it stops holding these enormous map dictionaries in memory. It looooooks like we won't be able to just pop the dictionary elements to do this. Will probably need to create some garbage collection thread...
The text was updated successfully, but these errors were encountered:
We have multiple mapping dictionaries that grow enormously as we process metadata for over 2 million file objects. We need to figure out how to 'refresh' this dictionary so that it stops holding these enormous map dictionaries in memory. It looooooks like we won't be able to just pop the dictionary elements to do this. Will probably need to create some garbage collection thread...
The text was updated successfully, but these errors were encountered: