|
|
@ -27,7 +27,7 @@ DEFINE_bool(free_idle_chunk, false,
|
|
|
|
"allocation request. If true, no allocation would be cached. This "
|
|
|
|
"allocation request. If true, no allocation would be cached. This "
|
|
|
|
"flag only works when FLAGS_allocator_strategy=auto_growth.");
|
|
|
|
"flag only works when FLAGS_allocator_strategy=auto_growth.");
|
|
|
|
|
|
|
|
|
|
|
|
DEFINE_bool(free_when_no_cache_hit, true,
|
|
|
|
DEFINE_bool(free_when_no_cache_hit, false,
|
|
|
|
"Whether to free idle chunks when no cache hit. If true, idle "
|
|
|
|
"Whether to free idle chunks when no cache hit. If true, idle "
|
|
|
|
"chunk would be freed when no cache hit; if false, idle "
|
|
|
|
"chunk would be freed when no cache hit; if false, idle "
|
|
|
|
"chunk would be freed when out of memory occurs. This flag "
|
|
|
|
"chunk would be freed when out of memory occurs. This flag "
|
|
|
|