[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:
Xinyi Zou
2023-11-15 14:02:58 +08:00
committed by GitHub
parent f10ebc4392
commit dbac12bae8
12 changed files with 19 additions and 25 deletions

View File

@ -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