Vivado UVM Simulation Memory Leak

In reply to atabey:

You need to take a look at the memory profiler of your tool. It should be able to tell you which objects are consuming the most amount of memory. But I would start by looking at the transactions you are creating going into your scoreboard and make sure you do not keep accumulating transactions.