@@ -131,10 +131,6 @@ class Pool(bootsteps.StartStopComponent):
tref = trefs.pop(job)
tref.cancel()
del(tref)
- # Will not be reclaimed quickly enough on some platforms,
- # so the memory is growing and still not released back to the
- # OS.
- gc.collect()
except (KeyError, AttributeError):
pass # out of scope