We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d8595 commit 3b7ae1fCopy full SHA for 3b7ae1f
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 = 1024 * 1024; // 1MiB
+pub const DEFAULT_FILE_STATISTICS_MEMORY_LIMIT: usize = 10 * 1024 * 1024; // 10MiB
75
76
impl Default for DefaultFileStatisticsCacheState {
77
fn default() -> Self {
0 commit comments