Skip to content

Commit

Permalink
[Just for Test] turn on disk cache
Browse files Browse the repository at this point in the history
Signed-off-by: zombee0 <flylucas_10@163.com>
  • Loading branch information
zombee0 committed Mar 3, 2023
1 parent e256919 commit fb29188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fe/fe-core/src/main/java/com/starrocks/common/Config.java
Expand Up @@ -1720,7 +1720,7 @@ public class Config extends ConfigBase {
* iceberg metadata memory cache total size, default 512MB
*/
@ConfField(mutable = true)
public static long iceberg_metadata_memory_cache_capacity = 536870912L;
public static long iceberg_metadata_memory_cache_capacity = 0L;

/**
* iceberg metadata memory cache expiration time, default 86500s
Expand All @@ -1732,7 +1732,7 @@ public class Config extends ConfigBase {
* enable iceberg metadata disk cache, default false
*/
@ConfField(mutable = true)
public static boolean enable_iceberg_metadata_disk_cache = false;
public static boolean enable_iceberg_metadata_disk_cache = true;

/**
* iceberg metadata disk cache total size, default 2GB
Expand Down

0 comments on commit fb29188

Please sign in to comment.