Closed zhiltsov-max closed 1 year ago
The reason can probably be here: https://github.com/openvinotoolkit/cvat/blob/develop/cvat/apps/engine/media_extractors.py#L325
The container gets created, but never freed.
@kirill-sizov , is it something similar to the issue which you are working on?
Fixed in #6501
My actions before raising this issue
Expected Behaviour
Current Behaviour
Test on a large video with chunks and cache enabled.
python manage.py shell
top
outputThere should not be any extra memory allocated, but after few runs over a video task with 3k frames I have 5-7 gb of allocated memory. Gc tells it knows nothing about these allocations.
Env:
Your Environment
git log -1
):f2c84a2653fc601c90bcb84154f0fe7a6be937df
Next steps
You may join our Gitter channel for community support.