[Twisted-Python] finding out what's blocking the reactor

Maarten ter Huurne maarten at treewalker.org
Wed May 15 06:19:48 MDT 2019


On Wednesday, 15 May 2019 13:11:29 CEST Scott, Barry wrote:

> In my experience gc is low level noise only.
> Our work load is very heavy and its never been an issue.

It depends entirely on how many objects you have. With a few GBs worth 
of relatively small objects, a full garbage collection cycle can take 
over a minute. But in normal circumstances, the overhead indeed isn't 
relevant.

Bye,
		Maarten






More information about the Twisted-Python mailing list