Skip to content

Commit

Permalink
Revert "set free_when_no_cache_hit default value to true (PaddlePaddl…
Browse files Browse the repository at this point in the history
…e#48815)" (PaddlePaddle#48968)

This reverts commit 592ed40.
  • Loading branch information
wanghuancoder authored Dec 12, 2022
1 parent 0fdc140 commit 8c900da
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 8c900da

Please sign in to comment.