Skip to content

Commit

Permalink
Revert "set free_when_no_cache_hit default value to true (#48815)"
Browse files Browse the repository at this point in the history
This reverts commit 592ed40.
  • Loading branch information
wanghuancoder authored Dec 9, 2022
1 parent 8b10773 commit 4dbf93a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PADDLE_DEFINE_EXPORTED_READONLY_bool(

PADDLE_DEFINE_EXPORTED_READONLY_bool(
free_when_no_cache_hit,
true,
false,
"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 out of memory occurs. This flag "
Expand Down

0 comments on commit 4dbf93a

Please sign in to comment.