[fix](memory)Modify the default conf values of mem_limit and cache_last_version_interval_second (#26945)
mem_limit from 80% to 90% cache_last_version_interval_second from 900 to 30
This commit is contained in:
@ -1231,7 +1231,7 @@ public class Config extends ConfigBase {
|
||||
* This parameter distinguishes between offline and real-time updates
|
||||
*/
|
||||
@ConfField(mutable = true, masterOnly = false)
|
||||
public static int cache_last_version_interval_second = 900;
|
||||
public static int cache_last_version_interval_second = 30;
|
||||
|
||||
/**
|
||||
* Set the maximum number of rows that can be cached
|
||||
|
||||
Reference in New Issue
Block a user