rename cache_free_percent to cpu_cache_free_percent

Former-commit-id: 782e596e71c9c7e9e36bb0c2977426ec4f3ebb7d
pull/191/head
Yu Kun 2019-08-23 09:19:50 +08:00
parent 580705869f
commit 4b4071f288
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static const char* CONFIG_LOG = "log_config";
static const char* CONFIG_CACHE = "cache_config";
static const char* CONFIG_CPU_CACHE_CAPACITY = "cpu_cache_capacity";
static const char* CONFIG_GPU_CACHE_CAPACITY = "gpu_cache_capacity";
static const char* CACHE_FREE_PERCENT = "cache_free_percent";
static const char* CACHE_FREE_PERCENT = "cpu_cache_free_percent";
static const char* CONFIG_INSERT_CACHE_IMMEDIATELY = "insert_cache_immediately";
static const char* CONFIG_GPU_IDS = "gpu_ids";
static const char *GPU_CACHE_FREE_PERCENT = "gpu_cache_free_percent";