mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
p
Signed-off-by: Clarence Ng <clarence.wyng@gmail.com>
This commit is contained in:
parent
fe5f8fcbf3
commit
214d46114a
1 changed files with 1 additions and 1 deletions
|
@ -2970,7 +2970,7 @@ MemoryUsageRefreshCallback NodeManager::CreateMemoryUsageRefreshCallback() {
|
|||
/// TODO: (clarng) right now destroy is called after the messages are created
|
||||
/// since we print the process memory in the message. Destroy should be called
|
||||
/// as soon as possible to free up memory.
|
||||
DestroyWorker(this->high_memory_eviction_target_,
|
||||
DestroyWorker(high_memory_eviction_target_,
|
||||
rpc::WorkerExitType::USER_ERROR,
|
||||
worker_exit_message,
|
||||
true /* force */);
|
||||
|
|
Loading…
Add table
Reference in a new issue