Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/src/accounting_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use std::sync::Arc;
/// untracked allocation — by definition, since DF's pool didn't see it.
///
/// 600% high, but that's what it takes to pass the SLT suite right now. Goal should be ~10%
const HEADROOM_FACTOR: f64 = 6.0;
const HEADROOM_FACTOR: f64 = 5.0;

pub struct AccountingMemoryPool {
inner: Arc<dyn MemoryPool>,
Expand Down
Loading