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
A lot of RAM consumption by topic reader. The consumption is 100 times more than I have limited.
Expected behavior:
I expect it to be at least 20 or 30 times more than I set, because python objects are wasteful, but not 100 times.
Steps to reproduce:
I wrote simple example to reproduce this behaviour.
Need to start the producer for 1 minute and accumulate tasks in the topic. After 1 minute start consumer.
The producer will start consuming a large amount of memory within a minute.
To run example need to install deps in requirements.txt and set settings in settings.py.