KassieZ commented on code in PR #2130: URL: https://github.com/apache/doris-website/pull/2130#discussion_r1971172116
########## versioned_docs/version-3.0/install/deploy-on-kubernetes/separating-storage-compute/config-cg.md: ########## @@ -100,7 +100,7 @@ In the default deployment, BE services use Kubernetes' [EmptyDir](https://kubern file_cache_path = [{"path":"/mnt/disk1/doris_cloud/file_cache","total_size":107374182400,"query_limit":107374182400}] ``` - For decoupled compute-storage clusters, the BE service's startup configuration must include file_cache_path. For formatting details, refer to the [Decoupled Compute-Storage Configuration be.conf section](../../../../compute-storage-decoupled/compilation-and-deployment.md#541-configure-beconf). In the example above, a persistent cache is configured at the directory `/mnt/disk1/doris_cloud/file_cache`, with a total persistent capacity of 100Gi and a query cache limit of 100Gi. + For decoupled compute-storage clusters, the BE service's startup configuration must include file_cache_path. For formatting details, refer to the [Decoupled Compute-Storage Configuration be.conf section](../../../compute-storage-decoupled/ompilation-and-deployment). In the example above, a persistent cache is configured at the directory `/mnt/disk1/doris_cloud/file_cache`, with a total persistent capacity of 100Gi and a query cache limit of 100Gi. Review Comment: compilation -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org