We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b834e24 commit 7e795e5Copy full SHA for 7e795e5
1 file changed
tests/test_resource_growth.py
@@ -14,10 +14,6 @@
14
"""
15
Regression tests for resource growth under concurrent Reader/Builder load.
16
17
-These tests reproduce the production symptom observed in gen-3p-proxy-pipeline:
18
- - Memory growing from ~11 GiB to ~19 GiB per pod under signing load
19
- - CPU spiking to 599% during concurrent operations
20
-
21
Root causes fixed in c2pa-rs:
22
- A new tokio multi-thread Runtime (= new OS thread pool) was created per
23
Reader FFI call. Under load this produced hundreds of leaked threads.
0 commit comments