GC Warning: Repeated allocation of very large block #2104
Closed
Description
I'm getting this warning sometimes when running my code:
GC Warning: Repeated allocation of very large block (appr. size 8392704):
May lead to memory leak and poor performance.
I understand the error, but I don't know where in my code the allocation is happening. How can I track this down?
The size of the block changes each time, incidentally. Which is strange.