0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-28 07:28:19 +02:00
synapse/synapse/metrics
Vincent Breitmoser 6d7f0f8dd3 Don't disable GC when running on PyPy
PyPy's incminimark GC can't be triggered manually. From what I observed
there are no obvious issues with just letting it run normally. And
unlike CPython, it actually returns unused RAM to the system.

Signed-off-by: Vincent Breitmoser <look@my.amazin.horse>
2018-04-10 11:35:34 +02:00
..
__init__.py Don't disable GC when running on PyPy 2018-04-10 11:35:34 +02:00
metric.py report metrics on number of cache evictions 2018-02-05 15:34:01 +00:00
process_collector.py Since we don't export per-filetype fd counts any more, delete all the code related to that too 2016-11-03 16:41:32 +00:00
resource.py copyrights 2016-01-07 04:26:29 +00:00