You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every proof increases the base RAM usage on iOS, leading to a crash if one does many proofs.
I tried deallocating the unsafe buffers in Prover.swift, but it only seems to solve the problem partially, maybe not at all, would have to test again. I also tried other methods to make the functions memory safe. I now think there might be a memory leak in the witness calculator or prover libs.
The text was updated successfully, but these errors were encountered:
Every proof increases the base RAM usage on iOS, leading to a crash if one does many proofs.
I tried deallocating the unsafe buffers in
Prover.swift
, but it only seems to solve the problem partially, maybe not at all, would have to test again. I also tried other methods to make the functions memory safe. I now think there might be a memory leak in the witness calculator or prover libs.The text was updated successfully, but these errors were encountered: