We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7ae1f commit 365cb2fCopy full SHA for 365cb2f
datafusion/execution/src/cache/file_statistics_cache.rs
@@ -71,7 +71,7 @@ struct DefaultFileStatisticsCacheState {
71
memory_used: usize,
72
}
73
74
-pub const DEFAULT_FILE_STATISTICS_MEMORY_LIMIT: usize = 10 * 1024 * 1024; // 10MiB
+pub const DEFAULT_FILE_STATISTICS_MEMORY_LIMIT: usize = 20 * 1024 * 1024; // 10MiB
75
76
impl Default for DefaultFileStatisticsCacheState {
77
fn default() -> Self {
0 commit comments