scroll-tech/zkevm-circuits

test tool found memory occupation goes up

DreamWuGit opened this issue · 1 comments

What command(s) is the bug in?

cargo run --release --features=scroll -- --circuits sc --suite nightly --inspect Create2Recursive_d0_g0_v0,

Describe the bug

while debugging, found mpt_ciruict::assign_para costs lots of memory, and the root cause is test of create2_recursive generating lots of mpt proofs/regions, assign_para calls halo2 mock prover fork method, the fork method does couple of clones operations.

Concrete steps to reproduce the bug. If it's able reproduce via testool, please share test_id from jenkins report

No response

close as PR #1144 merged.