-
Notifications
You must be signed in to change notification settings - Fork 607
memory leak with 0.12.0 #220
Copy link
Copy link
Closed
Labels
Description
- uvloop version: 0.12.0
- Python version: 3.7.2
- Platform: Mac os and Docker
- Can you reproduce the bug with
PYTHONASYNCIODEBUGin env?: Have not tried yet
Recently I upgraded from 0.11.3 to 0.12.0. I use uvloop to constantly pull data from an API and insert into a database. After running for a couple of minutes, I found that my memory usage jumped from ~100MB to ~450mb. Has anybody else run into this issue? I have a lot going on so reproducing it with a smaller gist would be hard right now. But reverting back to 0.11.3 immediately fixed the issue. So I am guessing something is related to the upgrade.
Reactions are currently unavailable