[enhancement](config) enlarge max_bytes_per_broker_scanner to 5G #22099

This commit is contained in:
Siyang Tang
2023-07-23 12:00:32 +08:00
committed by GitHub
parent eceb30f47e
commit 22aa54e335
5 changed files with 5 additions and 5 deletions

View File

@ -803,7 +803,7 @@ public class Config extends ConfigBase {
* Commonly, each Backends has one broker scanner.
*/
@ConfField(mutable = true, masterOnly = true)
public static long max_bytes_per_broker_scanner = 3 * 1024 * 1024 * 1024L; // 3G
public static long max_bytes_per_broker_scanner = 5 * 1024 * 1024 * 1024L; // 5G
/**
* Max number of load jobs, include PENDING、ETL、LOADING、QUORUM_FINISHED.