I haven't been able to complete a full testing run as this function caused my testing VM (8 cores, 16GB RAM) to OOM and crash:
|
def get_full_key_name(self) -> str: |
I tested one of the problematic samples (Win10Browsers_Mem.zip.lime) and it was going in an infinite loop due to smear and the string building was causing the VM to crash from such rapid memory usage.
The fix needs to include the maximum count + the usual seen usage.