You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently building service that operates with large number of vw models. I noticed memory increase for each model load iteration and checked for vw heap size.
Memory before:
420471734272
Memory after few iterations:
420633214976
Describe the bug
Currently building service that operates with large number of vw models. I noticed memory increase for each model load iteration and checked for vw heap size.
Memory before:
420471734272
Memory after few iterations:
420633214976
This small diff gives constant increase in memory
How to reproduce
which prints smth like this:
Version
9.10.0
OS
macOS
Language
Python
Additional context
No response
The text was updated successfully, but these errors were encountered: