nuno-faria commented on code in PR #17031: URL: https://github.com/apache/datafusion/pull/17031#discussion_r2256668490
########## datafusion/execution/src/runtime_env.rs: ########## @@ -337,6 +349,11 @@ impl RuntimeEnvBuilder { key: "datafusion.runtime.temp_directory".to_string(), value: None, // Default is system-dependent description: "The path to the temporary file directory.", + }, + ConfigEntry { + key: "datafusion.runtime.file_metadata_cache_limit".to_string(), + value: Some("1G".to_owned()), + description: "Maximum memory limit for the file-embedded metadata cache. Supports suffixes K (kilobytes), M (megabytes), and G (gigabytes). Example: '2G' for 2 gigabytes.", Review Comment: Changed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org