Skip to content

Commit 7e795e5

Browse files
authored
Update test_resource_growth.py
1 parent b834e24 commit 7e795e5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/test_resource_growth.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
"""
1515
Regression tests for resource growth under concurrent Reader/Builder load.
1616
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-
2117
Root causes fixed in c2pa-rs:
2218
- A new tokio multi-thread Runtime (= new OS thread pool) was created per
2319
Reader FFI call. Under load this produced hundreds of leaked threads.

0 commit comments

Comments
 (0)