danhuawang opened a new issue, #7510: URL: https://github.com/apache/gravitino/issues/7510
### What would you like to be improved? Add the following configuration to the gravitino chart conf template , so that users don't need to add these items by hand in the chart values.yaml when launch gravitino by chart. ``` # THE CONFIGURATION FOR Gravitino Entity Cache # Whether to enable the cached Entity store. gravitino.cache.enabled = true # Maximum number of entries allowed in the cache (effective only when weighted eviction is disabled). gravitino.cache.maxEntries = 10000 # Time-to-live (TTL) for each cache entry after it is written, in milliseconds. gravitino.cache.expireTimeInMs = 3600000 # Whether to enable cache statistics logging (e.g., hit/miss count, load failures, current size). gravitino.cache.enableStats = false # Whether to enable weighted cache eviction. # If enabled, cache entries are evicted based on their weight rather than count. gravitino.cache.enableWeigher = true # The cache implementation to use (e.g., caffeine). gravitino.cache.implementation = caffeine ``` ### How should we improve? see above -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
