Skip to content

Commit 52d431d

Browse files
committed
Advise page cache drop for aux mmap after extract
1 parent 5e8a8ff commit 52d431d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crypto/stark/src/prover.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,6 +1821,8 @@ pub trait IsStarkProver<
18211821
if air.has_aux_trace() {
18221822
let num_aux_cols = trace.num_aux_columns;
18231823
trace.extract_columns_aux_into(&mut pool.aux);
1824+
#[cfg(feature = "disk-spill")]
1825+
trace.aux_table.advise_drop_cache();
18241826
#[cfg(feature = "instruments")]
18251827
let t_sub = Instant::now();
18261828
Self::expand_pool_to_lde::<FieldExtension>(

0 commit comments

Comments
 (0)