Having a weird issue. I am loading in some data from a file it makes about 1.6 million records in a collection. (collection of class objects).
When I am all done and want to close the spreadsheet it takes over 30 minutes to close.
I tested it by setting all my in memory objects to nothing that the issue is in my giant collection.
It only takes a short time to read the file and build the collection list but setting that collection = nothing takes forever (over 30 mins).
Any ideas?
When I am all done and want to close the spreadsheet it takes over 30 minutes to close.
I tested it by setting all my in memory objects to nothing that the issue is in my giant collection.
It only takes a short time to read the file and build the collection list but setting that collection = nothing takes forever (over 30 mins).
Any ideas?