Re: finding out what's blocking the reactor

Maarten ter Huurne <[email protected]> Wed, 15 May 2019 14:19:48 +0200
Newsgroups gmane.comp.python.twisted
Message-ID <24370753.IIvyks4El3@hyperion>
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



_______________________________________________
Twisted-Python mailing list
[email protected]
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python